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