-
-
Notifications
You must be signed in to change notification settings - Fork 28
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: symfony/dotenv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.4.9
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 3 files changed
- 3 contributors
Commits on Apr 6, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 51f3f7c - Browse repository at this point
Copy the full SHA 51f3f7cView commit details
Commits on Apr 7, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 551a80e - Browse repository at this point
Copy the full SHA 551a80eView commit details -
* 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
Configuration menu - View commit details
-
Copy full SHA for 1ff1857 - Browse repository at this point
Copy the full SHA 1ff1857View commit details
Commits on Apr 13, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 6e7b718 - Browse repository at this point
Copy the full SHA 6e7b718View commit details
Commits on Apr 14, 2026
-
[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.
Configuration menu - View commit details
-
Copy full SHA for ac4ed3d - Browse repository at this point
Copy the full SHA ac4ed3dView commit details -
* 6.4: [VarExporter] Don't warn for __sleep()-listed uninitialized typed properties [Dotenv] Fix variable corruption when loading env more than once
Configuration menu - View commit details
-
Copy full SHA for dab514c - Browse repository at this point
Copy the full SHA dab514cView commit details
Commits on Apr 18, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 3630228 - Browse repository at this point
Copy the full SHA 3630228View commit details
Commits on Apr 29, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 381ab08 - Browse repository at this point
Copy the full SHA 381ab08View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba757a8 - Browse repository at this point
Copy the full SHA ba757a8View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.4.8...v7.4.9