From a099e0d2f6f722e4acfabc51071c8d6587622ecb Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Thu, 15 Dec 2011 10:31:02 +0000 Subject: Added max_input_vars directive to prevent attacks based on hash collisions --- php.ini-development | 3 +++ 1 file changed, 3 insertions(+) (limited to 'php.ini-development') diff --git a/php.ini-development b/php.ini-development index e970570460..e6a0f6dcc1 100644 --- a/php.ini-development +++ b/php.ini-development @@ -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 -- cgit v1.2.1