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 3acd52624f..9a5f12c8fb 100755 --- a/main/php_streams.h +++ b/main/php_streams.h @@ -269,6 +269,8 @@ struct _php_stream { /* how much data to read when filling buffer */ size_t chunk_size; + int eof; + }; /* php_stream */ /* state definitions when closing down; these are private to streams.c */ #define PHP_STREAM_FCLOSE_NONE 0 |