mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE
This commit is contained in:
parent
16ace1828e
commit
28a22396d4
9 changed files with 5 additions and 22 deletions
|
@ -183,7 +183,7 @@ struct _php_stream_wrapper {
|
|||
|
||||
#define PHP_STREAM_FLAG_IS_DIR 64
|
||||
|
||||
#define PHP_STREAM_FLAG_FCLOSE 128
|
||||
#define PHP_STREAM_FLAG_NO_FCLOSE 128
|
||||
|
||||
struct _php_stream {
|
||||
php_stream_ops *ops;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue