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:
@@ -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 */
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user