summaryrefslogtreecommitdiff
path: root/main/php_streams.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/php_streams.h')
-rw-r--r--main/php_streams.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_streams.h b/main/php_streams.h
index 82466163a2..2f65d6e97b 100644
--- a/main/php_streams.h
+++ b/main/php_streams.h
@@ -198,7 +198,7 @@ struct _php_stream {
zval wrapperdata; /* fgetwrapperdata retrieves this */
uint8_t is_persistent:1;
- uint8_t in_free:1; /* to prevent recursion during free */
+ uint8_t in_free:2; /* to prevent recursion during free */
uint8_t eof:1;
uint8_t __exposed:1; /* non-zero if exposed as a zval somewhere */