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 #23949 [Dotenv] Get env using $_SERVER to work with fastcgi_param and workaround thread safety issues (nicolas-grekas)
This PR was merged into the 3.3 branch.
Discussion
----------
[Dotenv] Get env using $_SERVER to work with fastcgi_param and workaround thread safety issues
| Q | A
| ------------- | ---
| Branch? | 3.3
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #23502
| License | MIT
| Doc PR | -
`getenv()` is not thread safe, and doesn't work with `fastcgi_param`, see links in linked issue.
Commits
-------
f76e420 [Dotenv] Get env using $_SERVER to work with fastcgi_param and workaround thread safety issues
0 commit comments