From 06fd135b623f3b6f1e132f830f0b4b5093c4a9e8 Mon Sep 17 00:00:00 2001 From: Daniel Egeberg Date: Sat, 19 Dec 2009 19:54:35 +0000 Subject: [PATCH] Fixes #50528. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292334 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/appendices/ini.xml b/appendices/ini.xml index 686619ac05..126a85bc7f 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -3054,6 +3054,12 @@ PHP_INI_PERDIR PHP_INI_ALL in PHP <= 4.2.3. + + max_file_uploads + 20 + PHP_INI_ALL + Available since PHP 5.2.12. + upload_tmp_dir NULL @@ -5125,6 +5131,12 @@ include_path=".;c:\php\includes" PHP_INI_PERDIR PHP_INI_ALL in PHP <= 4.2.3. + + max_file_uploads + 20 + PHP_INI_ALL + Available since PHP 5.2.12. + @@ -5181,6 +5193,21 @@ include_path=".;c:\php\includes" + + + + max_file_uploads + integer + + + + The maximum number of files allowed to be uploaded simultaneously. + + + &ini.shorthandbytes; + + +