summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
authorMichael Voříšek <mvorisek@mvorisek.cz>2020-02-10 12:03:57 +0100
committerNikita Popov <nikita.ppv@gmail.com>2020-02-12 12:18:22 +0100
commit61e76927b4671c0396b51dac06ac54f643e32524 (patch)
treec1ebc8500c27689be2679a4d3dc4e8c56d1930bd /php.ini-development
parent3a515309631fcacd80ee1f6e247965a0c4626786 (diff)
downloadphp-git-61e76927b4671c0396b51dac06ac54f643e32524.tar.gz
Remove value from comment in php.ini files
Closes GH-5164.
Diffstat (limited to 'php.ini-development')
-rw-r--r--php.ini-development2
1 files changed, 1 insertions, 1 deletions
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