summaryrefslogtreecommitdiff
path: root/main/streams/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/streams/memory.c')
-rw-r--r--main/streams/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/streams/memory.c b/main/streams/memory.c
index 0f57ad9886..d2b2070477 100644
--- a/main/streams/memory.c
+++ b/main/streams/memory.c
@@ -708,7 +708,7 @@ static php_stream_wrapper_ops php_stream_rfc2397_wops = {
php_stream_wrapper php_stream_rfc2397_wrapper = {
&php_stream_rfc2397_wops,
NULL,
- 0, /* is_url */
+ 1, /* is_url */
};
/*