helly Sun May 14 19:15:31 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/main/streams memory.c Log: - MFH No need to have this controlled by allow_url_fopen http://cvs.php.net/viewcvs.cgi/php-src/main/streams/memory.c?r1=1.8.2.6.2.3&r2=1.8.2.6.2.4&diff_format=u Index: php-src/main/streams/memory.c diff -u php-src/main/streams/memory.c:1.8.2.6.2.3 php-src/main/streams/memory.c:1.8.2.6.2.4 --- php-src/main/streams/memory.c:1.8.2.6.2.3 Sun May 14 01:42:03 2006 +++ php-src/main/streams/memory.c Sun May 14 19:15:31 2006 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: memory.c,v 1.8.2.6.2.3 2006/05/14 01:42:03 helly Exp $ */ +/* $Id: memory.c,v 1.8.2.6.2.4 2006/05/14 19:15:31 helly Exp $ */ #define _GNU_SOURCE #include "php.h" @@ -701,7 +701,7 @@ php_stream_wrapper php_stream_rfc2397_wrapper = { &php_stream_rfc2397_wops, NULL, - 1, /* is_url */ + 0, /* is_url */ }; /*
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php