1
votes

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?

1

1 Answers

0
votes

It's probably best to ask questions about problems that you actually have, not hypothetical problems that you might encounter.

All the same, you should not experience problems ...