On Wed, Mar 26, 2008 at 11:17 AM, Olivier Berger <[EMAIL PROTECTED]> wrote: > Anyway, that doesn't explain me why the "php_value open_basedir ..." has > no effect... Which means that maybe the docs should be updated ?
open_basedir is a php_admin_value in php5 and older, not a php_value. in php6 is it INI_ALL and php_value would work. http://php.net/manual/en/features.safe-mode.php#ini.open-basedir _______________________________________________ phpGroupWare-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/phpgroupware-users
