summaryrefslogtreecommitdiff
path: root/main/php_streams.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2008-03-27 10:33:40 +0000
committerDmitry Stogov <dmitry@php.net>2008-03-27 10:33:40 +0000
commit862f9ee3d227e75d0c9fa83a3d9b6c60fc9461e3 (patch)
tree3060773c29bf0ed6aadeb823d7d9d6dc03b64d68 /main/php_streams.h
parent17d22a50d9f318927bac81c1a33a9700a3ed0fd4 (diff)
downloadphp-git-862f9ee3d227e75d0c9fa83a3d9b6c60fc9461e3.tar.gz
Added ability to use stream wrappers in include_path
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 d013214773..91e09f8f2d 100755
--- a/main/php_streams.h
+++ b/main/php_streams.h
@@ -511,6 +511,9 @@ END_EXTERN_C()
/* don't check allow_url_fopen and allow_url_include */
#define STREAM_DISABLE_URL_PROTECTION 0x00002000
+/* assume the path passed in exists and is fully expanded, avoiding syscalls */
+#define STREAM_ASSUME_REALPATH 0x00004000
+
/* Antique - no longer has meaning */
#define IGNORE_URL_WIN 0