Max size limit to 10M instead of 8M
This commit is contained in:
parent
12b909060e
commit
c84e93db8f
@ -482,7 +482,7 @@ register_argc_argv = Off
|
|||||||
auto_globals_jit = On
|
auto_globals_jit = On
|
||||||
|
|
||||||
; Maximum size of POST data that PHP will accept.
|
; Maximum size of POST data that PHP will accept.
|
||||||
post_max_size = 8M
|
post_max_size = 10M
|
||||||
|
|
||||||
; Magic quotes
|
; Magic quotes
|
||||||
;
|
;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user