diff options
Diffstat (limited to 'php.ini-dist')
| -rw-r--r-- | php.ini-dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist index 8c7b4543d1..37e87e3581 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -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) |
