goba            Sat Dec 22 11:02:21 2001 EDT

  Modified files:              
    /phpdoc/en/features connection-handling.xml 
  Log:
  php3_* Apache directives corrected to be php_vale *
  
  
Index: phpdoc/en/features/connection-handling.xml
diff -u phpdoc/en/features/connection-handling.xml:1.10 
phpdoc/en/features/connection-handling.xml:1.11
--- phpdoc/en/features/connection-handling.xml:1.10     Wed Dec 12 15:46:33 2001
+++ phpdoc/en/features/connection-handling.xml  Sat Dec 22 11:02:21 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
  <chapter id="features.connection-handling">
   <title>Connection handling</title>
 
@@ -32,7 +32,7 @@
    the output.  The default behaviour is however for your script to be
    aborted when the remote client disconnects.  This behaviour can be
    set via the ignore_user_abort php.ini directive as well as through
-   the corresponding php3_ignore_user_abort Apache .conf directive or
+   the corresponding "php_value ignore_user_abort" Apache .conf directive or
    with the <function>ignore_user_abort</function> function.  If you do
    not tell PHP to ignore a user abort and the user aborts, your script
    will terminate.  The one exception is if you have registered a shutdown


Reply via email to