From: Wez Furlong Date: Mon, 23 Sep 2002 19:07:38 +0000 (+0000) Subject: Enable include("http://....") under win32 by downloading to a temporary X-Git-Tag: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003~220 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=031f019351a983878c6bf2c8258901c6a660b889;p=php 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. --- diff --git a/main/php_streams.h b/main/php_streams.h index 6c46ea6de1..15d2a3bb4f 100755 --- a/main/php_streams.h +++ b/main/php_streams.h @@ -467,7 +467,7 @@ PHPAPI int _php_stream_cast(php_stream *stream, int castas, void **ret, int show #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