diff options
Diffstat (limited to 'main/php_streams.h')
-rwxr-xr-x | main/php_streams.h | 2 |
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 */ |