diff options
Diffstat (limited to 'main/php_streams.h')
-rwxr-xr-x | main/php_streams.h | 3 |
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 |