summaryrefslogtreecommitdiff
path: root/main/php_streams.h
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2003-12-01 19:47:05 +0000
committerSara Golemon <pollita@php.net>2003-12-01 19:47:05 +0000
commit681d18effd5c8e65646593e426f2e93b10a3333f (patch)
treed072ac533c7d3cec6be83065e0b2967e7371e1f8 /main/php_streams.h
parent74eed61504786f787d8c1d04e15800bae2b2b84e (diff)
downloadphp-git-681d18effd5c8e65646593e426f2e93b10a3333f.tar.gz
Move safemode/basedir checks for url_stat to plain_wrapper.
Diffstat (limited to 'main/php_streams.h')
-rwxr-xr-xmain/php_streams.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_streams.h b/main/php_streams.h
index fac56a06d1..5451b8382f 100755
--- a/main/php_streams.h
+++ b/main/php_streams.h
@@ -319,6 +319,7 @@ PHPAPI int _php_stream_set_option(php_stream *stream, int option, int value, voi
/* Flags for url_stat method in wrapper ops */
#define PHP_STREAM_URL_STAT_LINK 1
+#define PHP_STREAM_URL_STAT_QUIET 2
/* change the blocking mode of stream: value == 1 => blocking, value == 0 => non-blocking. */
#define PHP_STREAM_OPTION_BLOCKING 1