Skip to content

Commit 61e7692

Browse files
mvoriseknikic
authored andcommitted
Remove value from comment in php.ini files
Closes GH-5164.
1 parent 3a51530 commit 61e7692

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

php.ini-development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ max_input_time = 60
402402
; How many GET/POST/COOKIE input variables may be accepted
403403
;max_input_vars = 1000
404404

405-
; Maximum amount of memory a script may consume (128MB)
405+
; Maximum amount of memory a script may consume
406406
; http://php.net/memory-limit
407407
memory_limit = 128M
408408

php.ini-production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ max_input_time = 60
404404
; How many GET/POST/COOKIE input variables may be accepted
405405
;max_input_vars = 1000
406406

407-
; Maximum amount of memory a script may consume (128MB)
407+
; Maximum amount of memory a script may consume
408408
; http://php.net/memory-limit
409409
memory_limit = 128M
410410

0 commit comments

Comments
 (0)