On Wed, 2008-03-26 at 11:28 -0500, Chris Weiss wrote: > 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
0.9.16 only officially supports PHP4 and the docs are designed for people using PHP4. I have updated the docs in trunk to use php_admin_* as it is an apache.conf snippet not a .htaccess suggestion. See r18512 Cheers Dave _______________________________________________ phpGroupWare-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/phpgroupware-users
