Added compatability note with windows

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166796 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Aidan Lister 2004-08-19 11:37:39 +00:00
parent 054b191305
commit 4e9b5ae9ba

View file

@ -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,12 +154,17 @@ if (false === stream_select($r, $w, $e = NULL, 0)) {
</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>
See also