Remove value from comment in php.ini files

Closes GH-5164.
This commit is contained in:
Michael Voříšek 2020-02-10 12:03:57 +01:00 committed by Nikita Popov
parent 3a51530963
commit 61e76927b4
2 changed files with 2 additions and 2 deletions

View file

@ -404,7 +404,7 @@ max_input_time = 60
; How many GET/POST/COOKIE input variables may be accepted
;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
memory_limit = 128M