View Single Post
  #2  
Old 03-14-2013, 11:16 AM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,337
comment that out and use php default and see if it works for you. use phpinfo page to verify.

the default extension_dir should be prefix + /lib/php/extensions/no-debug-non-zts-20090626 for php 5.3.*. you can hardcode extension_dir = with that in php.ini.

Last edited by webizen; 03-14-2013 at 11:18 AM..
Reply With Quote