wez Mon Sep 23 15:07:38 2002 EDT Modified files: /php4/main php_streams.h Log: Enable include("http://....") under win32 by downloading to a temporary stream so that flex will get on nicely with the content. # untested; theoretically it should work just fine. Index: php4/main/php_streams.h diff -u php4/main/php_streams.h:1.46 php4/main/php_streams.h:1.47 --- php4/main/php_streams.h:1.46 Mon Sep 23 10:50:20 2002 +++ php4/main/php_streams.h Mon Sep 23 15:07:38 2002 @@ -467,7 +467,7 @@ #define STREAM_LOCATE_WRAPPERS_ONLY 64 #ifdef PHP_WIN32 -# define IGNORE_URL_WIN IGNORE_URL +# define IGNORE_URL_WIN STREAM_MUST_SEEK #else # define IGNORE_URL_WIN 0 #endif
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php