mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
MFH: implement PHP_STREAM_FLAG_NO_CLOSE and avoid hacks
This commit is contained in:
parent
2a019a14bf
commit
4a95928d1d
4 changed files with 12 additions and 9 deletions
|
@ -178,6 +178,8 @@ struct _php_stream_wrapper {
|
|||
* might otherwise cause the read to block for much longer than
|
||||
* is strictly required. */
|
||||
#define PHP_STREAM_FLAG_AVOID_BLOCKING 16
|
||||
|
||||
#define PHP_STREAM_FLAG_NO_CLOSE 32
|
||||
|
||||
struct _php_stream {
|
||||
php_stream_ops *ops;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue