mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Remove out-dated info regarding Windows 98
Besides that Windows 98 being irrelevant for many years, that issue might actually have been fixed long ago[1]. [1] <https://bugs.php.net/22238#1064152828> git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350534 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
23482f94b5
commit
a9216e9b44
1 changed files with 0 additions and 5 deletions
|
@ -210,11 +210,6 @@ if (false === stream_select($r, $w, $e, 0)) {
|
|||
</para>
|
||||
</note>
|
||||
<note>
|
||||
<para>
|
||||
Windows compatibility: <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
|
||||
|
|
Loading…
Reference in a new issue