mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
- Avoid confusion.
This commit is contained in:
parent
16737ee566
commit
f56a7a7edb
2 changed files with 2 additions and 2 deletions
|
@ -202,7 +202,7 @@ expose_php = On
|
||||||
max_execution_time = 30 ; Maximum execution time of each script, in seconds
|
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_time = 60 ; Maximum amount of time each script may spend parsing request data
|
||||||
;max_input_nesting_level = 64 ; Maximum input variable nesting level
|
;max_input_nesting_level = 64 ; Maximum input variable nesting level
|
||||||
memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)
|
memory_limit = 128M ; Maximum amount of memory a script may consume (128M)
|
||||||
|
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
|
@ -238,7 +238,7 @@ expose_php = On
|
||||||
max_execution_time = 30 ; Maximum execution time of each script, in seconds
|
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_time = 60 ; Maximum amount of time each script may spend parsing request data
|
||||||
;max_input_nesting_level = 64 ; Maximum input variable nesting level
|
;max_input_nesting_level = 64 ; Maximum input variable nesting level
|
||||||
memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)
|
memory_limit = 128M ; Maximum amount of memory a script may consume (128M)
|
||||||
|
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue