diff options
author | Zeev Suraski <zeev@php.net> | 2000-06-26 16:34:12 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-06-26 16:34:12 +0000 |
commit | 0beee41fc60a91786111dcbf337bc7475693f6b0 (patch) | |
tree | ca600cdfff7e7b76b5b0a4016bd5b6430aebb983 /php.ini-dist | |
parent | 378440f7cff664b5d8a00b372b77e9ebae2d15d9 (diff) | |
download | php-git-0beee41fc60a91786111dcbf337bc7475693f6b0.tar.gz |
max_execution_time is no longer UNIX only...
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-dist b/php.ini-dist index 2532c41e2e..ad93fe1926 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -133,7 +133,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) |