]> granicus.if.org Git - php/commitdiff
Remove value from comment in php.ini files
authorMichael Voříšek <mvorisek@mvorisek.cz>
Mon, 10 Feb 2020 11:03:57 +0000 (12:03 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 12 Feb 2020 11:18:22 +0000 (12:18 +0100)
Closes GH-5164.

php.ini-development
php.ini-production

index 30c6517f3440420e54127ad5d0db226591f6ad5d..66d2f0eefda49003db4efc82d863cbc894372cf4 100644 (file)
@@ -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
 
index 71278d5b8627ad455bb0397fb278215e7cfffdc0..7925a4f52eadc2a211b1ff8be81aa89a221651c3 100644 (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