Re: Problem with open_basedir in apache's configuration
"Chris Weiss" <[email protected]> Wed, 26 Mar 2008 11:28:37 -0500
| Newsgroups | gmane.comp.web.phpgroupware.general |
|---|---|
| Message-ID | <[email protected]> |
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