-
-
Notifications
You must be signed in to change notification settings - Fork 14k
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
[RFC] PHP should be compiled with ZTS or not ? #154774
Comments
Even if we change this line to false:
PHP will still be built with ZTS due to
|
Yeah, I guess the question is if we should disable apxs2 by default and maybe provide a separate package with it enabled. |
Could be an idea yeah ! |
Do you have something to say here @lovek323 ? |
Like you say, it would be great to be able to have the CLI |
I'll mention that it is 2022 and people really shouldn't be using |
I definitely agree and this is why I opened this rfc. |
Well, the changes is merged now 🙂 🎉 |
Excellent :) |
Hi,
I'm opening this RFC hoping to gather comments from the Apache and PHP maintainers.
We know that there are two ways to compile the PHP interpreter (yeah there are many others but in this thread, only those flags are relevant):
NTS
: Non-Thread SafeZTS
: Zend-Thread SafeMe, as a PHP developer, I remember these rules:
mod_php
in Apache -> it's better to useZTS
NTS
The default PHP in Nixos is built with
ZTS
and I think it should beNTS
.NTS
is also the default in many other distributions.What's your point of view about that?
Relevant links:
CC:
The text was updated successfully, but these errors were encountered: