nicobn          Thu Aug 16 14:55:09 2007 UTC

  Modified files:              
    /phpdoc/en/reference/sockets        constants.xml 
  Log:
  Added the two missing constants to constants.xml (MSG_EOF and MSG_EOR)
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sockets/constants.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/sockets/constants.xml
diff -u phpdoc/en/reference/sockets/constants.xml:1.5 
phpdoc/en/reference/sockets/constants.xml:1.6
--- phpdoc/en/reference/sockets/constants.xml:1.5       Thu Aug 16 13:08:29 2007
+++ phpdoc/en/reference/sockets/constants.xml   Thu Aug 16 14:55:09 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <section xml:id="sockets.constants" xmlns="http://docbook.org/ns/docbook";>
  &reftitle.constants;
  &extension.constants;
@@ -94,6 +94,28 @@
   </varlistentry>
   <varlistentry>
    <term>
+    <constant>MSG_EOF</constant> 
+    (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     
+    </simpara>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term>
+    <constant>MSG_EOR</constant> 
+    (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     
+    </simpara>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term>
     <constant>MSG_OOB</constant> 
     (<type>integer</type>)
    </term>

Reply via email to