sniper          Thu Aug 25 08:25:11 2005 EDT

  Modified files:              (Branch: PHP_5_1)
    /php-src/ext/curl   streams.c 
  Log:
  Fix crash with e.g. stream_get_meta_data()
  
http://cvs.php.net/diff.php/php-src/ext/curl/streams.c?r1=1.14&r2=1.14.2.1&ty=u
Index: php-src/ext/curl/streams.c
diff -u php-src/ext/curl/streams.c:1.14 php-src/ext/curl/streams.c:1.14.2.1
--- php-src/ext/curl/streams.c:1.14     Wed Aug  3 10:06:45 2005
+++ php-src/ext/curl/streams.c  Thu Aug 25 08:25:10 2005
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: streams.c,v 1.14 2005/08/03 14:06:45 sniper Exp $ */
+/* $Id: streams.c,v 1.14.2.1 2005/08/25 12:25:10 sniper Exp $ */
 
 /* This file implements cURL based wrappers.
  * NOTE: If you are implementing your own streams that are intended to
@@ -361,7 +361,7 @@
        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 */

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to