diff options
Diffstat (limited to 'ext/standard/php_fopen_wrapper.c')
-rw-r--r-- | ext/standard/php_fopen_wrapper.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/standard/php_fopen_wrapper.c b/ext/standard/php_fopen_wrapper.c index 6249aeae98..e2a9eea8b6 100644 --- a/ext/standard/php_fopen_wrapper.c +++ b/ext/standard/php_fopen_wrapper.c @@ -64,7 +64,8 @@ static php_stream_wrapper_ops php_stdio_wops = { php_stream_wrapper php_stream_php_wrapper = { &php_stdio_wops, - NULL + NULL, + 0, /* is_url */ }; |