summaryrefslogtreecommitdiff
path: root/main/php_streams.h
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2002-09-23 19:07:38 +0000
committerWez Furlong <wez@php.net>2002-09-23 19:07:38 +0000
commit031f019351a983878c6bf2c8258901c6a660b889 (patch)
treedb72852a8c702b2e36a77d0d95fddb74ea96884c /main/php_streams.h
parent44d42b8e1345ef5bcfeb44dc2ccfce8515878289 (diff)
downloadphp-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-xmain/php_streams.h2
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