Re: Problem with open_basedir in apache's configuration
Dave Hall <[email protected]> Thu, 27 Mar 2008 10:59:49 +0000
| Newsgroups | gmane.comp.web.phpgroupware.general |
|---|---|
| Organization | Dave Hall Consulting |
| Message-ID | <[email protected]> |
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