diff --git a/appendices/ini.xml b/appendices/ini.xml index 57ce1229d4..df37eab906 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -1,5 +1,5 @@ - + &php.ini; directives @@ -2187,7 +2187,7 @@ open_basedir NULL PHP_INI_ALL - PHP_INI_SYSTEM in PHP < 6. + PHP_INI_SYSTEM in PHP < 5.2.3. oracle.allow_persistent diff --git a/features/safe-mode.xml b/features/safe-mode.xml index 13937cab76..3f6ddbdfd3 100644 --- a/features/safe-mode.xml +++ b/features/safe-mode.xml @@ -1,5 +1,5 @@ - + Safe Mode @@ -71,7 +71,7 @@ open_basedir NULL PHP_INI_ALL - PHP_INI_SYSTEM in PHP < 6. + PHP_INI_SYSTEM in PHP < 5.3.0 disable_functions @@ -259,6 +259,15 @@ The default is to allow all files to be opened. + + + As of PHP 5.3.0 open_basedir can be tightened at run-time. This means + that if open_basedir is set to /www/ in &php.ini; + a script can tighten the configuration to + /www/tmp/ at run-time with + ini_set + +