Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: symfony/dotenv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.4.8
Choose a base ref
...
head repository: symfony/dotenv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.4.9
Choose a head ref
  • 9 commits
  • 3 files changed
  • 3 contributors

Commits on Apr 6, 2026

  1. Configuration menu
    Copy the full SHA
    51f3f7c View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2026

  1. Configuration menu
    Copy the full SHA
    551a80e View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.4

    * 6.4:
      [Dotenv] Fix self-referencing variable resolution with suffix/prefix
      [Serializer] Fix isAllowedAttribute() when groups contain wildcard '*'
      [DependencyInjection] Fix instanceof autoconfiguration for anonymous classes
      [Cache] fix test
    nicolas-grekas committed Apr 7, 2026
    Configuration menu
    Copy the full SHA
    1ff1857 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2026

  1. Configuration menu
    Copy the full SHA
    6e7b718 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2026

  1. [Dotenv] Fix variable corruption when loading env more than once

    `resolveLoadedVars()` iterated over every name in `SYMFONY_DOTENV_VARS`,
    including vars resolved by a previous `load()`/`loadEnv()` call. By then,
    the `\x00` markers protecting literal `$` (from single-quoted values) had
    already been converted back to `$`, so a value like `This$isokay` was
    re-interpreted as a `$isokay` variable reference and truncated to `This`.
    
    Track the names actually populated during `doLoad()` and limit
    `resolveLoadedVars()` to that set, leaving previously-resolved values
    untouched.
    nicolas-grekas committed Apr 14, 2026
    Configuration menu
    Copy the full SHA
    ac4ed3d View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.4

    * 6.4:
      [VarExporter] Don't warn for __sleep()-listed uninitialized typed properties
      [Dotenv] Fix variable corruption when loading env more than once
    nicolas-grekas committed Apr 14, 2026
    Configuration menu
    Copy the full SHA
    dab514c View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2026

  1. Configuration menu
    Copy the full SHA
    3630228 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2026

  1. Configuration menu
    Copy the full SHA
    381ab08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba757a8 View commit details
    Browse the repository at this point in the history
Loading