nlopess Wed Dec 29 06:35:39 2004 EDT
Modified files:
/phpdoc/en/features connection-handling.xml
Log:
fix build
http://cvs.php.net/diff.php/phpdoc/en/features/connection-handling.xml?r1=1.16&r2=1.17&ty=u
Index: phpdoc/en/features/connection-handling.xml
diff -u phpdoc/en/features/connection-handling.xml:1.16
phpdoc/en/features/connection-handling.xml:1.17
--- phpdoc/en/features/connection-handling.xml:1.16 Wed Dec 29 06:15:05 2004
+++ phpdoc/en/features/connection-handling.xml Wed Dec 29 06:35:39 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.16 $ -->
+<!-- $Revision: 1.17 $ -->
<chapter id="features.connection-handling">
<title>Connection handling</title>
@@ -57,7 +57,8 @@
be called. Within this shutdown function you can check to see if
a timeout caused the shutdown function to be called by calling the
<function>connection_status</function> function. This function will
- return 2 if a timeout caused the shutdown function to be called.</simpara>
+ return 2 if a timeout caused the shutdown function to be called.
+ </simpara>
<simpara>
One thing to note is that both the ABORTED and the TIMEOUT states
@@ -68,7 +69,7 @@
your shutdown function, if any, will be called. At this point
you will find that <function>connection_status</function>
returns 3.
-
+ </simpara>
</chapter>
<!-- Keep this comment at the end of the file