From 55fecd6593bb427a014bee14390a1d889bf7eafa Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Wed, 23 Jul 2008 11:24:35 +0000 Subject: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE --- main/php_streams.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php_streams.h') 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; -- cgit v1.2.1