]> granicus.if.org Git - php/commitdiff
MFB: max_input_nesting_level
authorHannes Magnusson <bjori@php.net>
Tue, 22 May 2007 13:28:49 +0000 (13:28 +0000)
committerHannes Magnusson <bjori@php.net>
Tue, 22 May 2007 13:28:49 +0000 (13:28 +0000)
php.ini-dist
php.ini-recommended

index 8c7b4543d1a9f02aa2bd0a1b7329bbe220d09de1..37e87e3581e0b20e65060b3044e0db380264f4ff 100644 (file)
@@ -201,6 +201,7 @@ expose_php = On
 
 max_execution_time = 30     ; Maximum execution time of each script, in seconds
 max_input_time = 60    ; Maximum amount of time each script may spend parsing request data
+;max_input_nesting_level = 64 ; Maximum input variable nesting level
 memory_limit = 128M      ; Maximum amount of memory a script may consume (128MB)
 
 
index 33833446f39f02befb1c27128fef330dcd542b45..c04e171e98a7321514948d7f8cb92e7a1a7bc673 100644 (file)
@@ -234,6 +234,7 @@ expose_php = On
 
 max_execution_time = 30     ; Maximum execution time of each script, in seconds
 max_input_time = 60    ; Maximum amount of time each script may spend parsing request data
+;max_input_nesting_level = 64 ; Maximum input variable nesting level
 memory_limit = 128M      ; Maximum amount of memory a script may consume (128MB)