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
The Non-Thread Safe version should be used if you install PHP as a CGI binary, command line interface or other environment where only a single thread is used.
A thread-safe version should be used if you install PHP as an Apache module in a worker MPM (multi-processing model) or other environment where multiple PHP threads run concurrently.
This morning, I was trying to disable ZTS support so I can use NTS, but it is not working. I committed this: loophp/nix-shell@11565ae but the PHP version produced is always ZTS.
Could you please give me some advice on how to do that?
Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
I would like to tests some stuff locally using NTS version of PHP.
From https://stackoverflow.com/questions/1623914/what-is-thread-safe-or-non-thread-safe-in-php:
I'm using my own package to provide a development shell here: https://github.com/loophp/nix-shell/
This morning, I was trying to disable ZTS support so I can use NTS, but it is not working. I committed this: loophp/nix-shell@11565ae but the PHP version produced is always ZTS.
Could you please give me some advice on how to do that?
Thanks.
The text was updated successfully, but these errors were encountered: