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