summaryrefslogtreecommitdiff
path: root/php.ini-recommended
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-06-26 16:34:12 +0000
committerZeev Suraski <zeev@php.net>2000-06-26 16:34:12 +0000
commit0beee41fc60a91786111dcbf337bc7475693f6b0 (patch)
treeca600cdfff7e7b76b5b0a4016bd5b6430aebb983 /php.ini-recommended
parent378440f7cff664b5d8a00b372b77e9ebae2d15d9 (diff)
downloadphp-git-0beee41fc60a91786111dcbf337bc7475693f6b0.tar.gz
max_execution_time is no longer UNIX only...
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 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)