diff options
author | Wez Furlong <wez@php.net> | 2003-02-24 21:40:23 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-02-24 21:40:23 +0000 |
commit | 088e2692c3d1e680fd3d9306c4adb417e761acff (patch) | |
tree | 35d276f141492b5a78779d8d95c58f7fce174dde /main/php_streams.h | |
parent | 4474f9225a599d3f4cd3674e777d40a531d3c63b (diff) | |
download | php-git-088e2692c3d1e680fd3d9306c4adb417e761acff.tar.gz |
MFB: Bunch of streams related fixes.
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 |