aidan           Thu Aug 19 07:37:39 2004 EDT

  Modified files:              
    /phpdoc/en/reference/stream/functions       stream-select.xml 
  Log:
  Added compatability note with windows
  
http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-select.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/stream/functions/stream-select.xml
diff -u phpdoc/en/reference/stream/functions/stream-select.xml:1.9 
phpdoc/en/reference/stream/functions/stream-select.xml:1.10
--- phpdoc/en/reference/stream/functions/stream-select.xml:1.9  Wed Jun 16 09:01:22 
2004
+++ phpdoc/en/reference/stream/functions/stream-select.xml      Thu Aug 19 07:37:39 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
   <refentry id="function.stream-select">
    <refnamediv>
     <refname>stream_select</refname>
@@ -154,11 +154,16 @@
      </para>
     </note>
     <note>
-     <title>Windows 98 Note</title>
+     <title>Windows compatibility:</title>
      <para>
       <function>stream_select</function> used on a pipe returned from
       <function>proc_open</function> may cause data loss under
       Windows 98.
+     </para>
+     <para>
+      Use of <function>stream_select</function> on
+      file descriptors returned by <function>proc_open</function> will fail
+      and return &false; under Windows.
      </para>
     </note>
     <para>

Reply via email to