summaryrefslogtreecommitdiff
path: root/main/php_streams.h
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-02-24 21:40:23 +0000
committerWez Furlong <wez@php.net>2003-02-24 21:40:23 +0000
commit088e2692c3d1e680fd3d9306c4adb417e761acff (patch)
tree35d276f141492b5a78779d8d95c58f7fce174dde /main/php_streams.h
parent4474f9225a599d3f4cd3674e777d40a531d3c63b (diff)
downloadphp-git-088e2692c3d1e680fd3d9306c4adb417e761acff.tar.gz
MFB: Bunch of streams related fixes.
Diffstat (limited to 'main/php_streams.h')
-rwxr-xr-xmain/php_streams.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/php_streams.h b/main/php_streams.h
index 5e22792682..194172c1c3 100755
--- a/main/php_streams.h
+++ b/main/php_streams.h
@@ -406,6 +406,9 @@ PHPAPI int _php_stream_cast(php_stream *stream, int castas, void **ret, int show
/* this flag is used when only the headers from HTTP request are to be fetched */
#define STREAM_ONLY_GET_HEADERS 512
+/* don't apply open_basedir checks */
+#define STREAM_DISABLE_OPEN_BASEDIR 1024
+
/* Antique - no longer has meaning */
#define IGNORE_URL_WIN 0