sniper          Thu Aug 25 08:26:12 2005 EDT

  Modified files:              
    /php-src/ext/curl   streams.c 
  Log:
  MFB
  
http://cvs.php.net/diff.php/php-src/ext/curl/streams.c?r1=1.14&r2=1.15&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.15
--- 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:26:12 2005
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: streams.c,v 1.14 2005/08/03 14:06:45 sniper Exp $ */
+/* $Id: streams.c,v 1.15 2005/08/25 12:26:12 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