|
I assume you did the matching PHP. So it looks like your former PHP was using thread safe modules while LSWS does not. So your php.ini file has those extensions but the extension directory they don't exist. Does the folder '/usr/lib/php/extensions/no-debug-zts-20060613/ exist? I think thats the folder name for the thread safe php modules.
If you do have thread safe modules then you have two options. Build your own non thread safe or recompile Apache in easyapache again this time using Apache 2.0 and selecting prefork. This will then build PHP again and the extensions you have and not use thread safe versions.
|