Only non-zts

#1
So now when I build matching PHP I only get a non-zts zend extension directory, obviously this won't work when PHP is running as lsapi so what would cause it to only create a non thread safety extension directory?

Thanks,
Alex
 
#3
gotcha, so I have tried to build matching and whenever I start php I get an error that eaccelerator is built for 5.2.8 and not 5.2.9. I have tried to install from source with no luck. What can I try?

Thanks!
 
#4
by the way, I looked through the wiki without much luck.
-- I have tried to install from source and it keeps telling me that it is installed for 5.2.8 when I keep using all the correct config things when php 5.2.9 is installed.
Thanks!
 
Last edited:

mistwang

LiteSpeed Staff
#6
Are you using Apache 2.2 with worker mpm?
Compile Apache 2.0 or Apache 2.2 with prefork should have WHM create non-zts php modules for you.
 
Top