Skip to content

Commit aaee58e

Browse files
committed
added info about the user space stream context for pipes
1 parent 4bf70f4 commit aaee58e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

UPGRADING

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,13 @@ Other
570570
and ReflectionFunctionAbstract::getReturnType() methods both return an
571571
instance of ReflectionType.
572572

573+
- Stream:
574+
. New Windows only stream context options was added to allow blocking reads
575+
on pipes. To enable it, pass array("pipe" => array("blocking" => true))
576+
when creating the stream context. Be aware, that this option can under
577+
circumstances cause dead locks on the pipe buffer. However it can be useful
578+
in several CLI use case scenarios.
579+
573580
========================================
574581
3. Changes in SAPI modules
575582
========================================

0 commit comments

Comments
 (0)