mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Remove value from comment in php.ini files
Closes GH-5164.
This commit is contained in:
parent
3a51530963
commit
61e76927b4
2 changed files with 2 additions and 2 deletions
|
@ -402,7 +402,7 @@ max_input_time = 60
|
||||||
; How many GET/POST/COOKIE input variables may be accepted
|
; How many GET/POST/COOKIE input variables may be accepted
|
||||||
;max_input_vars = 1000
|
;max_input_vars = 1000
|
||||||
|
|
||||||
; Maximum amount of memory a script may consume (128MB)
|
; Maximum amount of memory a script may consume
|
||||||
; http://php.net/memory-limit
|
; http://php.net/memory-limit
|
||||||
memory_limit = 128M
|
memory_limit = 128M
|
||||||
|
|
||||||
|
|
|
@ -404,7 +404,7 @@ max_input_time = 60
|
||||||
; How many GET/POST/COOKIE input variables may be accepted
|
; How many GET/POST/COOKIE input variables may be accepted
|
||||||
;max_input_vars = 1000
|
;max_input_vars = 1000
|
||||||
|
|
||||||
; Maximum amount of memory a script may consume (128MB)
|
; Maximum amount of memory a script may consume
|
||||||
; http://php.net/memory-limit
|
; http://php.net/memory-limit
|
||||||
memory_limit = 128M
|
memory_limit = 128M
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue