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
minor symfony#21148 [PhpUnitBridge] Fix HHVM compat with putenv() (nicolas-grekas)
This PR was merged into the 3.2 branch.
Discussion
----------
[PhpUnitBridge] Fix HHVM compat with putenv()
| Q | A
| ------------- | ---
| Branch? | master
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | -
| License | MIT
| Doc PR | -
On HHVM, `putenv()` is ignored by `passthru()` & co., but works with `proc_open()`.
Commits
-------
d4553c5 [PhpUnitBridge] Fix HHVM compat with putenv()
0 commit comments