]> granicus.if.org Git - php/commitdiff
- Avoid confusion.
authorDerick Rethans <derick@php.net>
Sun, 2 Sep 2007 19:57:21 +0000 (19:57 +0000)
committerDerick Rethans <derick@php.net>
Sun, 2 Sep 2007 19:57:21 +0000 (19:57 +0000)
php.ini-dist
php.ini-recommended

index 4632b698c31d99f8da74c2276ec5393ca1fa0ee7..48dd4e14e5f95f5c223d1509eb91602da5f14c2e 100644 (file)
@@ -202,7 +202,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)
 
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
index 978159d1c1cdd0961909aaa9905a8c6ea405a59c..1a293231e1d22149e9415cd3b71012301afba578 100644 (file)
@@ -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)
 
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;