mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
411c5bee4a
commit
0e8e9dc1a8
1 changed files with 9 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue