File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,10 @@ UPGRADE NOTES - PHP 5.4
75
75
- safe_mode_protected_env_vars
76
76
- zend.ze1_compatibility_mode
77
77
78
+ - the following new directives were added
79
+
80
+ - max_input_vars - specifies how many GET/POST/COOKIE input variables may be
81
+ accepted. default value 1000.
78
82
79
83
=============================
80
84
2. Reserved words and classes
Original file line number Diff line number Diff line change @@ -397,6 +397,9 @@ max_input_time = 60
397
397
; http://php.net/max-input-nesting-level
398
398
;max_input_nesting_level = 64
399
399
400
+ ; How many GET/POST/COOKIE input variables may be accepted
401
+ ; max_input_vars = 1000
402
+
400
403
; Maximum amount of memory a script may consume (128MB)
401
404
; http://php.net/memory-limit
402
405
memory_limit = 128M
Original file line number Diff line number Diff line change @@ -397,6 +397,9 @@ max_input_time = 60
397
397
; http://php.net/max-input-nesting-level
398
398
;max_input_nesting_level = 64
399
399
400
+ ; How many GET/POST/COOKIE input variables may be accepted
401
+ ; max_input_vars = 1000
402
+
400
403
; Maximum amount of memory a script may consume (128MB)
401
404
; http://php.net/memory-limit
402
405
memory_limit = 128M
You can’t perform that action at this time.
0 commit comments