diff options
| author | Derick Rethans <derick@php.net> | 2007-09-02 19:57:21 +0000 |
|---|---|---|
| committer | Derick Rethans <derick@php.net> | 2007-09-02 19:57:21 +0000 |
| commit | f56a7a7edb7ff29addacf805c2079ae47dbbc81f (patch) | |
| tree | 745ccb4bbfc87d14bf39d241619931c754e6c0fe | |
| parent | 16737ee566c29630c70180693790402f16d59824 (diff) | |
| download | php-git-f56a7a7edb7ff29addacf805c2079ae47dbbc81f.tar.gz | |
- Avoid confusion.
| -rw-r--r-- | php.ini-dist | 2 | ||||
| -rw-r--r-- | php.ini-recommended | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-dist b/php.ini-dist index 4632b698c3..48dd4e14e5 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -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) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 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) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
