diff options
| author | Rasmus Lerdorf <rasmus@php.net> | 2006-11-04 20:43:28 +0000 |
|---|---|---|
| committer | Rasmus Lerdorf <rasmus@php.net> | 2006-11-04 20:43:28 +0000 |
| commit | c8778c73c323ba88f5346e36e2a736164ae40017 (patch) | |
| tree | 21027cae9174b9ce21ffa77e6646e20d0f79fc65 | |
| parent | 15592390c591cb38da770c73ab4feb28e70627dd (diff) | |
| download | php-git-c8778c73c323ba88f5346e36e2a736164ae40017.tar.gz | |
Mark memory streams as is_url
| -rw-r--r-- | main/streams/memory.c | 2 |
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 */ }; /* |
