MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE

This commit is contained in:
Antony Dovgal 2008-07-23 11:25:14 +00:00
parent 16ace1828e
commit 28a22396d4
9 changed files with 5 additions and 22 deletions

View file

@ -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;