1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00

Mark memory streams as is_url

This commit is contained in:
Rasmus Lerdorf
2006-11-04 20:44:02 +00:00
parent 50514b8202
commit d566d5553f
+1 -1
View File
@@ -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 */
};
/*