Just in case anyone wants to know the solution, I found one on the apache list...

Apparently, from within an apache module, one can use the function

zend_alter_ini_entry("open_basedir", 13, path, strlen(path), 4, 16);

This function is included in the zend base libraries, and will let you set the php admin variables on the fly...

Thanks,

Tim.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to