From c618b7115d65cd2ddede2c6e9c8cf274afbed0b0 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 13 Nov 2009 21:47:34 +0000 Subject: [PATCH] php://stdout doesn't use output buffer (bug #49688) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290707 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/wrappers.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appendices/wrappers.xml b/appendices/wrappers.xml index c82b241064..e99692bd31 100644 --- a/appendices/wrappers.xml +++ b/appendices/wrappers.xml @@ -409,7 +409,7 @@ X-MyCustomHeader: Foo php://stdin, php://stdout - and php://stderr allow access to + and php://stderr allow direct access to the corresponding input or output stream of the PHP process. The stream references a duplicate file descriptor, so if you open php://stdin and later close it, you close only your