From 61e76927b4671c0396b51dac06ac54f643e32524 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vo=C5=99=C3=AD=C5=A1ek?= Date: Mon, 10 Feb 2020 12:03:57 +0100 Subject: Remove value from comment in php.ini files Closes GH-5164. --- php.ini-development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php.ini-development') diff --git a/php.ini-development b/php.ini-development index 30c6517f34..66d2f0eefd 100644 --- a/php.ini-development +++ b/php.ini-development @@ -402,7 +402,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 -- cgit v1.2.1