We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf70f4 commit aaee58eCopy full SHA for aaee58e
UPGRADING
@@ -570,6 +570,13 @@ Other
570
and ReflectionFunctionAbstract::getReturnType() methods both return an
571
instance of ReflectionType.
572
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
+
580
========================================
581
3. Changes in SAPI modules
582
0 commit comments