]> granicus.if.org Git - php/commitdiff
added info about the user space stream context for pipes
authorAnatol Belski <ab@php.net>
Tue, 7 Jul 2015 15:11:24 +0000 (17:11 +0200)
committerAnatol Belski <ab@php.net>
Tue, 7 Jul 2015 15:11:24 +0000 (17:11 +0200)
UPGRADING

index 5defcfc10e094780c9a1a58107b8918a714d8306..8467074a7576263f2a0f09726c667ab83af0ddc0 100644 (file)
--- 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
 ========================================