diff --git a/reference/stream/functions/stream-select.xml b/reference/stream/functions/stream-select.xml index 8549844374..11d6c08ae4 100644 --- a/reference/stream/functions/stream-select.xml +++ b/reference/stream/functions/stream-select.xml @@ -210,11 +210,16 @@ if (false === stream_select($r, $w, $e, 0)) { + Windows compatibility Use of stream_select on file descriptors returned by proc_open will fail and return &false; under Windows. + + STDIN from a console changes status as soon as any + input events are available, but reading from the stream may still block. +