diff options
author | Wez Furlong <wez@php.net> | 2002-09-23 19:07:38 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2002-09-23 19:07:38 +0000 |
commit | 031f019351a983878c6bf2c8258901c6a660b889 (patch) | |
tree | db72852a8c702b2e36a77d0d95fddb74ea96884c /main/php_streams.h | |
parent | 44d42b8e1345ef5bcfeb44dc2ccfce8515878289 (diff) | |
download | php-git-031f019351a983878c6bf2c8258901c6a660b889.tar.gz |
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.
Diffstat (limited to 'main/php_streams.h')
-rwxr-xr-x | main/php_streams.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |