I am trying to compile PHP with pthreads for efficiency purposes, but the way we use php is mod_php and apache prefork MPM.
From what I have read, It is possible to compile mod_php with ZTS Enabled ( Thread Safety ).
My question was will I run into any issues using Apache prefork MPM and compiling mod_php with pthreads and ZTS enabled?