php.ini config
Posted: Thu Dec 23, 2010 8:07 am
Hi guys,
Running PHP 5.2.11 under Apache 2.2.3 as mod_php, and using
SetEnv PHPRC /[foo]/etc
in my vhost's stanza of httpd.conf
but it doesn't work...
phpinfo() claims
Loaded Configuration File /etc/php.ini
PHPRC /[foo]/etc
So the environment knows PHPRC but still loads /etc/php.ini.
How can I make it honour PHPRC?
thanks,
Jez Austin.
Running PHP 5.2.11 under Apache 2.2.3 as mod_php, and using
SetEnv PHPRC /[foo]/etc
in my vhost's stanza of httpd.conf
but it doesn't work...
phpinfo() claims
Loaded Configuration File /etc/php.ini
PHPRC /[foo]/etc
So the environment knows PHPRC but still loads /etc/php.ini.
How can I make it honour PHPRC?
thanks,
Jez Austin.