From: Anatol Belski Date: Tue, 7 Jul 2015 15:11:24 +0000 (+0200) Subject: added info about the user space stream context for pipes X-Git-Tag: php-7.0.0beta1~12^2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aaee58ecc484f4a7f287c5a00acb9299600bf8cb;p=php added info about the user space stream context for pipes --- diff --git a/UPGRADING b/UPGRADING index 5defcfc10e..8467074a75 100644 --- a/UPGRADING +++ b/UPGRADING @@ -570,6 +570,13 @@ Other and ReflectionFunctionAbstract::getReturnType() methods both return an instance of ReflectionType. +- Stream: + . New Windows only stream context options was added to allow blocking reads + on pipes. To enable it, pass array("pipe" => array("blocking" => true)) + when creating the stream context. Be aware, that this option can under + circumstances cause dead locks on the pipe buffer. However it can be useful + in several CLI use case scenarios. + ======================================== 3. Changes in SAPI modules ========================================