summaryrefslogtreecommitdiff
path: root/php.ini-recommended
diff options
context:
space:
mode:
Diffstat (limited to 'php.ini-recommended')
-rw-r--r--php.ini-recommended2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-recommended b/php.ini-recommended
index 978159d1c1..1a293231e1 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -238,7 +238,7 @@ expose_php = On
max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
;max_input_nesting_level = 64 ; Maximum input variable nesting level
-memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)
+memory_limit = 128M ; Maximum amount of memory a script may consume (128M)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;