* Thus wrote Tim Traver ([EMAIL PROTECTED]):
> 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);

I am curious as why you want to make a module to have it override
admin set settings in php userland.  There is a reason why admin
values are set.

Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

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

Reply via email to