Closes documentation part of bug #22238. Use of stream_select() on Win98

with a proc_open() pipe may cause problems.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125045 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2003-04-28 23:54:45 +00:00
parent 411c5bee4a
commit 0e8e9dc1a8

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry id="function.stream-select">
<refnamediv>
<refname>stream_select</refname>
@ -132,6 +132,14 @@ if (false === stream_select($r, $w, $e = NULL, 0)) {
</itemizedlist>
</para>
</note>
<note>
<title>Windows 98 Note</title>
<para>
<function>stream_select</function> used on a pipe returned from
<function>proc_open</function> may cause data loss under
Windows 98.
</para>
</note>
<para>
See also
<function>stream_set_blocking</function>