diff options
Diffstat (limited to 'php.ini-recommended')
-rw-r--r-- | php.ini-recommended | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-recommended b/php.ini-recommended index 2306212944..0dc78b5d3b 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -121,7 +121,7 @@ expose_php = On ; Decides whether PHP may expose the fact that it is installed ; Resource Limits ; ;;;;;;;;;;;;;;;;;;; -max_execution_time = 30 ; Maximum execution time of each script, in seconds (UNIX only) +max_execution_time = 30 ; Maximum execution time of each script, in seconds memory_limit = 8388608 ; Maximum amount of memory a script may consume (8MB) |