From 568d68b95ac7a99963076491f4d8f76d6c2733c0 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Fri, 5 Mar 2010 03:36:44 +0000 Subject: [PATCH] Fix bug #50684 (max_file_uploads can't be changed from .htaccess (or ini_set)) by changing the documentation to reflect max_file_uploads being PHP_INI_SYSTEM, not PHP_INI_ALL as previously documented. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295841 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appendices/ini.xml b/appendices/ini.xml index 97ded3452b..b7696803ba 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -3057,7 +3057,7 @@ max_file_uploads 20 - PHP_INI_ALL + PHP_INI_SYSTEM Available since PHP 5.2.12. @@ -5159,7 +5159,7 @@ include_path=".;c:\php\includes" max_file_uploads 20 - PHP_INI_ALL + PHP_INI_SYSTEM Available since PHP 5.2.12.