Here are some small changes to these docs. (attached!)

- Davey
Index: socket-create.xml
===================================================================
RCS file: /repository/phpdoc/en/reference/sockets/functions/socket-create.xml,v
retrieving revision 1.5
diff -u -r1.5 socket-create.xml
--- socket-create.xml   17 Apr 2003 21:44:32 -0000      1.5
+++ socket-create.xml   28 May 2003 22:15:42 -0000
@@ -118,8 +118,8 @@
      protocol within the specified <parameter>domain</parameter> to be used
      when communicating on the returned socket. The proper value can be retrieved by 
      name by using <function>getprotobyname</function>. If 
-     the desired protocol is TCP, or UDP the corresponding constants 
-     <constant>SOL_TCP</constant>, and <constant>SOL_UDP</constant> 
+     the desired protocol is TCP, UDP or a Unix SOCKET the corresponding constants 
+     <constant>SOL_TCP</constant>, <constant>SOL_UDP</constant> and 
<constant>SOL_SOCKET</constant> 
      can also be used.
     </para>
     <table>
Index: constants.xml
===================================================================
RCS file: /repository/phpdoc/en/reference/sockets/constants.xml,v
retrieving revision 1.2
diff -u -r1.2 constants.xml
--- constants.xml       17 Apr 2003 21:44:32 -0000      1.2
+++ constants.xml       28 May 2003 22:13:53 -0000
@@ -303,7 +303,7 @@
   </varlistentry>
   <varlistentry>
    <term>
-    <constant>SOL_SOCKET</constant> 
+    <constant>PHP_NORMAL_READ</constant> 
     (<link linkend="language.types.integer">integer</link>)
    </term>
    <listitem>
@@ -314,7 +314,7 @@
   </varlistentry>
   <varlistentry>
    <term>
-    <constant>PHP_NORMAL_READ</constant> 
+    <constant>PHP_BINARY_READ</constant> 
     (<link linkend="language.types.integer">integer</link>)
    </term>
    <listitem>
@@ -325,7 +325,7 @@
   </varlistentry>
   <varlistentry>
    <term>
-    <constant>PHP_BINARY_READ</constant> 
+    <constant>SOL_SOCKET</constant> 
     (<link linkend="language.types.integer">integer</link>)
    </term>
    <listitem>
-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to