From: Marcus Boerger Date: Sun, 14 May 2006 19:15:31 +0000 (+0000) Subject: - MFH No need to have this controlled by allow_url_fopen X-Git-Tag: php-5.2.0RC1~556 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d43fe49f79067c1bbe9e9a1bd700d4f6a3d5470;p=php - MFH No need to have this controlled by allow_url_fopen --- 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 */ }; /*