Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Process] Dont rely on putenv(), it fails on ZTS PHP #25417

Merged
merged 1 commit into from
Dec 11, 2017

Conversation

nicolas-grekas
Copy link
Member

Q A
Branch? 3.3
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #24924
License MIT
Doc PR -

putenv() is not thread safe, but ZTS is PHP defaults on Windows.

@fabpot
Copy link
Member

fabpot commented Dec 11, 2017

Thank you @nicolas-grekas.

@fabpot fabpot merged commit ef632ec into symfony:3.3 Dec 11, 2017
fabpot added a commit that referenced this pull request Dec 11, 2017
…las-grekas)

This PR was merged into the 3.3 branch.

Discussion
----------

[Process] Dont rely on putenv(), it fails on ZTS PHP

| Q             | A
| ------------- | ---
| Branch?       | 3.3
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #24924
| License       | MIT
| Doc PR        | -

`putenv()` is not thread safe, but ZTS is PHP defaults on Windows.

Commits
-------

ef632ec [Process] Dont rely on putenv(), it fails on ZTS PHP
@nicolas-grekas nicolas-grekas deleted the proc-getenv branch December 12, 2017 10:31
This was referenced Dec 15, 2017
@fabpot fabpot mentioned this pull request Jan 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants