From ef7a0244c10e55e07d353ef2b427fd78fbbd9c3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Andr=C3=A9=20dos=20Santos=20Lopes?= Date: Mon, 13 Dec 2010 07:54:58 +0000 Subject: [PATCH] - Changed description of max_file_uploads to indicate the changes in PHP 5.3.4. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306334 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appendices/ini.xml b/appendices/ini.xml index e736a7b7b2..3f33608deb 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -5263,6 +5263,8 @@ include_path=".;c:\php\includes" The maximum number of files allowed to be uploaded simultaneously. + Starting with PHP 5.3.4, upload fields left blank on submission do not + count towards this limit.