From fdfbfb96a14f46aa7ff457d97e713725c0e69e32 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Tue, 22 Jul 2008 14:09:24 +0000 Subject: - MFH: Fixed bug #44246 (closedir() accepts a file resource opened by fopen()) --- main/php_streams.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main/php_streams.h') diff --git a/main/php_streams.h b/main/php_streams.h index 5447c954a1..6268d1b971 100755 --- a/main/php_streams.h +++ b/main/php_streams.h @@ -183,6 +183,8 @@ struct _php_stream_wrapper { #define PHP_STREAM_FLAG_IS_DIR 64 +#define PHP_STREAM_FLAG_FCLOSE 128 + struct _php_stream { php_stream_ops *ops; void *abstract; /* convenience pointer for abstraction */ -- cgit v1.2.1