From a0bcdcf6eaf5be3342b8f692200fe1d27f370238 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Wed, 13 Jan 2010 03:04:10 +0000 Subject: [PATCH] Fixed bug #44605 (stream_select() does not work with fopen("php://output")) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293482 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/wrappers.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/appendices/wrappers.xml b/appendices/wrappers.xml index e99692bd31..9b6ebe60af 100644 --- a/appendices/wrappers.xml +++ b/appendices/wrappers.xml @@ -651,6 +651,13 @@ echo stream_get_contents($fp); Supports rmdir No + + Supports stream_select + + php://stdin, php://stdout, + php://stderr and php://temp. + +