sniper          Tue Jun 26 12:44:10 2001 EDT

  Modified files:              
    /phpdoc/en/functions        sockets.xml 
  Log:
  Since the PHP_SYSTEM_READ is same as PHP_BINARY_READ it is now removed.
  
Index: phpdoc/en/functions/sockets.xml
diff -u phpdoc/en/functions/sockets.xml:1.11 phpdoc/en/functions/sockets.xml:1.12
--- phpdoc/en/functions/sockets.xml:1.11        Sun Jun 24 17:27:21 2001
+++ phpdoc/en/functions/sockets.xml     Tue Jun 26 12:44:10 2001
@@ -427,17 +427,12 @@
      <itemizedlist>
       <listitem>
        <simpara>
-        PHP_SYSTEM_READ - use the system read()
+        PHP_BINARY_READ - use the system read() (Default in PHP >= 4.0.7)
        </simpara>
       </listitem>
       <listitem>
        <simpara>
-        PHP_BINARY_READ - binary safe read() (same as PHP_READ_SYSTEM)
-       </simpara>
-      </listitem>
-      <listitem>
-       <simpara>
-        PHP_NORMAL_READ - Default. Reading stops at \n or \r.
+        PHP_NORMAL_READ - reading stops at \n or \r. (Default in PHP <= 4.0.6)
        </simpara>
       </listitem>
      </itemizedlist>


Reply via email to