View Single Post
  #4  
Old 02-22-2012, 02:27 PM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,337
Quote:
Originally Posted by craigles View Post
I've been staring at that particular link all day long and have tried any number of options to make it work and it's not working that way at all.

If I use PHPRC=$VH_ROOT/public_html (option1) then it seems to load both master and local php.ini files, however NONE of the extensions show up at all ina phpinfo command.

If I use PHP_INI_SCAN_DIR=$VH_ROOT/public_html (option2) then it does the same thing.

However, if none of the above are mentioned in the environmental vars for php then the master php.ini loads WITH extensions.
Option 1 is for local php.ini only. Option 2 is local php.ini on top of master ini. Pls verify them with phpinfo page (check field "Loaded Configuration File" and "Additional .ini files parsed" ).
Reply With Quote