Re: [PHP-DEV] what's the official position on apache threaded environments

2018-03-22 Thread Johannes Schlüter
On Mi, 2018-03-21 at 22:52 -0700, Alice Wonder wrote: > Is there a list somewhere of what the specific issues with using zts > in multi-threaded apache are? What modules have known issues? > > I haven't found it. PHP itself should be thread-safe, if there are bugs inside PHP itself we try to fix

Re: [PHP-DEV] what's the official position on apache threaded environments

2018-03-21 Thread Alice Wonder
On 03/21/2018 09:15 PM, Helmut K. C. Tessarek wrote: On 2018-03-21 21:59, j adams wrote: So what's the story with PHP and multithreaded environments these days? Unfortunately PHP was never and will most likely never be threadsafe as a module. (Yes, I know that there's the ZTS code, but hey, ar

Re: [PHP-DEV] what's the official position on apache threaded environments

2018-03-21 Thread Helmut K. C. Tessarek
On 2018-03-21 21:59, j adams wrote: > So what's the story with PHP and multithreaded environments these days? Unfortunately PHP was never and will most likely never be threadsafe as a module. (Yes, I know that there's the ZTS code, but hey, are you really serious about this?) I never understood wh

[PHP-DEV] what's the official position on apache threaded environments

2018-03-21 Thread j adams
So what's the story with PHP and multithreaded environments these days? Does this statement on the PHP website still stand? http://www.php.net/manual/en/faq.installation.php#faq.installation.apache2 Seems a bit archaic these days to eschew multithreaded environments, doesn't it? More specific que