Max size limit to 10M instead of 8M

This commit is contained in:
Laurent Destailleur 2009-09-05 15:04:38 +00:00
parent 12b909060e
commit c84e93db8f

View File

@ -482,7 +482,7 @@ register_argc_argv = Off
auto_globals_jit = On
; Maximum size of POST data that PHP will accept.
post_max_size = 8M
post_max_size = 10M
; Magic quotes
;