goba            Sat Dec 22 12:04:47 2001 EDT

  Modified files:              
    /phpdoc/en/features connection-handling.xml 
  Log:
  One more php3_* modified to be php_value. Thanks to Slawek for the report.
  
  
Index: phpdoc/en/features/connection-handling.xml
diff -u phpdoc/en/features/connection-handling.xml:1.11 
phpdoc/en/features/connection-handling.xml:1.12
--- phpdoc/en/features/connection-handling.xml:1.11     Sat Dec 22 11:02:21 2001
+++ phpdoc/en/features/connection-handling.xml  Sat Dec 22 12:04:47 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
  <chapter id="features.connection-handling">
   <title>Connection handling</title>
 
@@ -50,7 +50,7 @@
    Your script can also be terminated by the built-in script timer.
    The default timeout is 30 seconds.  It can be changed using
    the max_execution_time php.ini directive or the corresponding
-   php3_max_execution_time Apache .conf directive as well as with
+   "php_value max_execution_time" Apache .conf directive as well as with
    the <function>set_time_limit</function> function.  When the timer
    expires the script will be aborted and as with the above client
    disconnect case, if a shutdown function has been registered it will


Reply via email to