From: foobar Date: Thu, 25 Aug 2005 12:25:10 +0000 (+0000) Subject: Fix crash with e.g. stream_get_meta_data() X-Git-Tag: php-5.1.0RC2_PRE~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f89b2e0cb9ae4315783a6d895f1b7c016e42d70;p=php Fix crash with e.g. stream_get_meta_data() --- diff --git a/ext/curl/streams.c b/ext/curl/streams.c index 2081f810cc..7f0c55fb93 100644 --- a/ext/curl/streams.c +++ b/ext/curl/streams.c @@ -361,7 +361,7 @@ static php_stream_wrapper_ops php_curl_wrapper_ops = { NULL, /* stream_stat: curl streams know how to stat themselves */ NULL, /* stat url */ NULL, /* opendir */ - NULL, /* label */ + "cURL", /* label */ NULL, /* unlink */ NULL, /* rename */ NULL, /* mkdir */