rasmus          Sat Nov  4 20:43:28 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/main/streams       memory.c 
  Log:
  Mark memory streams as is_url
  
  
http://cvs.php.net/viewvc.cgi/php-src/main/streams/memory.c?r1=1.8.2.6.2.8&r2=1.8.2.6.2.9&diff_format=u
Index: php-src/main/streams/memory.c
diff -u php-src/main/streams/memory.c:1.8.2.6.2.8 
php-src/main/streams/memory.c:1.8.2.6.2.9
--- php-src/main/streams/memory.c:1.8.2.6.2.8   Thu Jun 29 14:40:49 2006
+++ php-src/main/streams/memory.c       Sat Nov  4 20:43:28 2006
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: memory.c,v 1.8.2.6.2.8 2006/06/29 14:40:49 bjori Exp $ */
+/* $Id: memory.c,v 1.8.2.6.2.9 2006/11/04 20:43:28 rasmus Exp $ */
 
 #define _GNU_SOURCE
 #include "php.h"
@@ -708,7 +708,7 @@
 php_stream_wrapper php_stream_rfc2397_wrapper =        {
        &php_stream_rfc2397_wops,
        NULL,
-       0, /* is_url */
+       1, /* is_url */
 };
 
 /*

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

Reply via email to