diff options
| author | Antony Dovgal <tony2001@php.net> | 2008-07-23 11:25:50 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2008-07-23 11:25:50 +0000 |
| commit | 990de890fae3540176f9a4dc8b92f0cccf65c88a (patch) | |
| tree | 6a7f4fe65d187a5e88acc7411a8466025c299411 /main/php_streams.h | |
| parent | 41e64a728c7391c6a11e2bf0faf4f7319311d1ad (diff) | |
| download | php-git-990de890fae3540176f9a4dc8b92f0cccf65c88a.tar.gz | |
MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE
Diffstat (limited to 'main/php_streams.h')
| -rwxr-xr-x | main/php_streams.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_streams.h b/main/php_streams.h index bfb65ae536..26e94f5ef6 100755 --- a/main/php_streams.h +++ b/main/php_streams.h @@ -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; |
