From: Ilia Alshanetsky Date: Thu, 5 Nov 2009 13:29:34 +0000 (+0000) Subject: Make sure that max_file_uploads is set to 20 by-default in all places X-Git-Tag: php-5.4.0alpha1~191^2~2424 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01642e1fa68a791e4dab99a0cae1579e706cdc4a;p=php Make sure that max_file_uploads is set to 20 by-default in all places --- diff --git a/php.ini-development b/php.ini-development index a45b67042d..2eecc139ff 100644 --- a/php.ini-development +++ b/php.ini-development @@ -879,7 +879,7 @@ file_uploads = On upload_max_filesize = 2M ; Maximum number of files that can be uploaded via a single request -max_file_uploads = 100 +max_file_uploads = 20 ;;;;;;;;;;;;;;;;;; ; Fopen wrappers ; diff --git a/php.ini-production b/php.ini-production index 9104155c88..c84d830465 100644 --- a/php.ini-production +++ b/php.ini-production @@ -879,7 +879,7 @@ file_uploads = On upload_max_filesize = 2M ; Maximum number of files that can be uploaded via a single request -max_file_uploads = 100 +max_file_uploads = 20 ;;;;;;;;;;;;;;;;;; ; Fopen wrappers ;