diff options
| author | Anatol Belski <ab@php.net> | 2015-07-07 17:11:24 +0200 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2015-07-07 17:11:24 +0200 |
| commit | aaee58ecc484f4a7f287c5a00acb9299600bf8cb (patch) | |
| tree | a3b35fb913b5e3f070b8db2d3e3b72320de5f47d | |
| parent | 4bf70f4d98cff6092694c4faddc4003df1f8dca1 (diff) | |
| download | php-git-aaee58ecc484f4a7f287c5a00acb9299600bf8cb.tar.gz | |
added info about the user space stream context for pipes
| -rw-r--r-- | UPGRADING | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 ======================================== |
