diff options
Diffstat (limited to 'ext/zip/zip_stream.c')
| -rw-r--r-- | ext/zip/zip_stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/zip_stream.c b/ext/zip/zip_stream.c index d4c9d9394b..04e4198c8f 100644 --- a/ext/zip/zip_stream.c +++ b/ext/zip/zip_stream.c @@ -362,7 +362,7 @@ static const php_stream_wrapper_ops zip_stream_wops = { NULL /* metadata */ }; -php_stream_wrapper php_stream_zip_wrapper = { +const php_stream_wrapper php_stream_zip_wrapper = { &zip_stream_wops, NULL, 0 /* is_url */ |
