From 862f9ee3d227e75d0c9fa83a3d9b6c60fc9461e3 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Thu, 27 Mar 2008 10:33:40 +0000 Subject: Added ability to use stream wrappers in include_path --- 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 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 -- cgit v1.2.1