summaryrefslogtreecommitdiff
path: root/main/php_streams.h
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2008-07-23 11:24:35 +0000
committerAntony Dovgal <tony2001@php.net>2008-07-23 11:24:35 +0000
commit55fecd6593bb427a014bee14390a1d889bf7eafa (patch)
tree4d9f061d86bf545fdb272d1808de9fac44263302 /main/php_streams.h
parent40b04059f93fb6d6f8109369b61b051595a8d03b (diff)
downloadphp-git-55fecd6593bb427a014bee14390a1d889bf7eafa.tar.gz
invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE
Diffstat (limited to 'main/php_streams.h')
-rwxr-xr-xmain/php_streams.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_streams.h b/main/php_streams.h
index fcffeafedd..068b47e7c8 100755
--- a/main/php_streams.h
+++ b/main/php_streams.h
@@ -191,7 +191,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;