mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
added info about the user space stream context for pipes
This commit is contained in:
parent
4bf70f4d98
commit
aaee58ecc4
1 changed files with 7 additions and 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
|
||||
========================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue