From 4e9b5ae9bae74d980240629db421dccb51a75a72 Mon Sep 17 00:00:00 2001 From: Aidan Lister Date: Thu, 19 Aug 2004 11:37:39 +0000 Subject: [PATCH] Added compatability note with windows git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166796 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/stream/functions/stream-select.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/reference/stream/functions/stream-select.xml b/reference/stream/functions/stream-select.xml index 2522eab9fb..86df96521e 100644 --- a/reference/stream/functions/stream-select.xml +++ b/reference/stream/functions/stream-select.xml @@ -1,5 +1,5 @@ - + stream_select @@ -154,12 +154,17 @@ if (false === stream_select($r, $w, $e = NULL, 0)) { - Windows 98 Note + Windows compatibility: stream_select used on a pipe returned from proc_open may cause data loss under Windows 98. + + Use of stream_select on + file descriptors returned by proc_open will fail + and return &false; under Windows. + See also