php_value include_path ".:/path/to/global:/path/to/local"
What I'm wondering is if anyone knows of a way to set the global path in one location, and 'append' the local path in the vhosts directive. Kind of like on a *nix system where I can set a global path once...
PATH=/usr/bin
And append to that somewhere else on the system....
PATH=$PATH:/usr/local/bin
I've tried setting the global path in the php.ini, and the local path in both the httpd.conf and .htaccess file, but both of those overwrite the global path, and since PHP values do not exist outside of php, I can't set it like above.
Not really a problem if there isn't a way to do it dynamically...it would just be nice to 'centralize' my global include. TIA
-- By-Tor.com ...it's all about the Rush http://www.by-tor.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php