From 0e8e9dc1a8727bb3c5c0ec87ad10f7ebae6de7bd Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Mon, 28 Apr 2003 23:54:45 +0000 Subject: [PATCH] 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 --- reference/stream/functions/stream-select.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/reference/stream/functions/stream-select.xml b/reference/stream/functions/stream-select.xml index c5e52fde72..c473a3ca78 100644 --- a/reference/stream/functions/stream-select.xml +++ b/reference/stream/functions/stream-select.xml @@ -1,5 +1,5 @@ - + stream_select @@ -132,6 +132,14 @@ if (false === stream_select($r, $w, $e = NULL, 0)) { + + Windows 98 Note + + stream_select used on a pipe returned from + proc_open may cause data loss under + Windows 98. + + See also stream_set_blocking