]> granicus.if.org Git - php/commitdiff
max_execution_time is no longer UNIX only...
authorZeev Suraski <zeev@php.net>
Mon, 26 Jun 2000 16:34:12 +0000 (16:34 +0000)
committerZeev Suraski <zeev@php.net>
Mon, 26 Jun 2000 16:34:12 +0000 (16:34 +0000)
php.ini-dist
php.ini-optimized
php.ini-recommended

index 2532c41e2e7da92464bcc78e5590064fc77b9cdb..ad93fe192663bd519d5223969f36840e6a94925f 100644 (file)
@@ -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)
 
 
index 2306212944291edc2c3af31b756033590ee1c20e..0dc78b5d3b261d58795a0b4a451d8644c93a6131 100644 (file)
@@ -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)
 
 
index 2306212944291edc2c3af31b756033590ee1c20e..0dc78b5d3b261d58795a0b4a451d8644c93a6131 100644 (file)
@@ -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)