diff options
Diffstat (limited to 'main/php_streams.h')
-rwxr-xr-x | main/php_streams.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_streams.h b/main/php_streams.h index 1388169f1a..82498d6619 100755 --- a/main/php_streams.h +++ b/main/php_streams.h @@ -164,8 +164,8 @@ struct _php_stream_wrapper { int is_url; /* so that PG(allow_url_fopen) can be respected */ /* support for wrappers to return (multiple) error messages to the stream opener */ - int err_count; - char **err_stack; + int err_count; /* unused */ + char **err_stack; /* unusued */ }; #define PHP_STREAM_FLAG_NO_SEEK 1 |