summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2008-07-22 14:09:24 +0000
committerFelipe Pena <felipe@php.net>2008-07-22 14:09:24 +0000
commitfdfbfb96a14f46aa7ff457d97e713725c0e69e32 (patch)
tree966f191df49221395fdda380b986c8e210dab797 /main
parentcb3bc158076026430722bb408c736496b1c88277 (diff)
downloadphp-git-fdfbfb96a14f46aa7ff457d97e713725c0e69e32.tar.gz
- MFH: Fixed bug #44246 (closedir() accepts a file resource opened by fopen())
Diffstat (limited to 'main')
-rwxr-xr-xmain/php_streams.h2
1 files changed, 2 insertions, 0 deletions
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 */