You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug symfony#22500 [DotEnv] Don't override existing $_SERVER vars (Pierstoval, javiereguiluz)
This PR was merged into the 3.3-dev branch.
Discussion
----------
[DotEnv] Don't override existing $_SERVER vars
| Q | A
| ------------- | ---
| Branch? | master
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | symfony#22493
| License | MIT
| Doc PR | ~
As of symfony#22493 I decided to make a PR in order to add a specific test just for this behavior and make sure we never touch `$_SERVER` predefined variables.
Commits
-------
e575831 Update a test value for consistency
0a95d89 Minor changes to make tests more readable
3bf7e49 [DotEnv] Don't override existing $_SERVER vars
0 commit comments