diff options
| author | Hannes Magnusson <bjori@php.net> | 2007-05-22 13:28:49 +0000 |
|---|---|---|
| committer | Hannes Magnusson <bjori@php.net> | 2007-05-22 13:28:49 +0000 |
| commit | 69c40e4141c603e8f34fa1d7e56f5a429d69fbc4 (patch) | |
| tree | e5ffae90566a41d18e5d9633f4f1ece9ee52a7e7 /php.ini-recommended | |
| parent | 873218f07a213d7301503390597dd71c587e0cb5 (diff) | |
| download | php-git-69c40e4141c603e8f34fa1d7e56f5a429d69fbc4.tar.gz | |
MFB: max_input_nesting_level
Diffstat (limited to 'php.ini-recommended')
| -rw-r--r-- | php.ini-recommended | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php.ini-recommended b/php.ini-recommended index 33833446f3..c04e171e98 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -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) |
