diff options
Diffstat (limited to 'main/php_streams.h')
-rwxr-xr-x | main/php_streams.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/php_streams.h b/main/php_streams.h index 411491c111..ff7861a452 100755 --- a/main/php_streams.h +++ b/main/php_streams.h @@ -168,7 +168,8 @@ typedef struct _php_stream_wrapper_ops { /* open a "directory" stream */ php_stream *(*dir_opener)(php_stream_wrapper *wrapper, char *filename, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC); - + + const char *label; } php_stream_wrapper_ops; struct _php_stream_wrapper { |