Added max_input_vars directive to prevent attacks based on hash collisions

This commit is contained in:
Dmitry Stogov 2011-12-15 10:31:02 +00:00
parent 4dfd69e84b
commit e467a791d3
3 changed files with 10 additions and 0 deletions

View file

@ -397,6 +397,9 @@ max_input_time = 60
; http://php.net/max-input-nesting-level
;max_input_nesting_level = 64
; How many GET/POST/COOKIE input variables may be accepted
; max_input_vars = 1000
; Maximum amount of memory a script may consume (128MB)
; http://php.net/memory-limit
memory_limit = 128M