diff options
author | Johannes Schlüter <johannes@php.net> | 2009-11-12 18:01:21 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2009-11-12 18:01:21 +0000 |
commit | 0463aa400a69298e4fac552463b37e6136ad72d3 (patch) | |
tree | 4146ecb9bdd83b2ef6fd076b7b8289705c10f2c0 /php.ini-production | |
parent | a47410d68e3feab1f2fb1e4af88752803caa7b9b (diff) | |
parent | dd8b782bc85280a2bf35fd032809c8aff6e85d29 (diff) | |
download | php-git-php-5.3.1RC4.tar.gz |
5.3.1RC4php-5.3.1RC4
# hope even with this fixes we can be fast with testing this ...
Diffstat (limited to 'php.ini-production')
-rw-r--r-- | php.ini-production | 2 |
1 files changed, 1 insertions, 1 deletions
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 ; |