From 5d43fe49f79067c1bbe9e9a1bd700d4f6a3d5470 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sun, 14 May 2006 19:15:31 +0000 Subject: [PATCH] - MFH No need to have this controlled by allow_url_fopen --- main/streams/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/streams/memory.c b/main/streams/memory.c index decf5dcc49..9f52b03771 100644 --- a/main/streams/memory.c +++ b/main/streams/memory.c @@ -701,7 +701,7 @@ static php_stream_wrapper_ops php_stream_rfc2397_wops = { php_stream_wrapper php_stream_rfc2397_wrapper = { &php_stream_rfc2397_wops, NULL, - 1, /* is_url */ + 0, /* is_url */ }; /* -- 2.40.0