|
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..
|