From 088e2692c3d1e680fd3d9306c4adb417e761acff Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Mon, 24 Feb 2003 21:40:23 +0000 Subject: MFB: Bunch of streams related fixes. --- main/php_streams.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main/php_streams.h') 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 -- cgit v1.2.1