diff options
author | Stanislav Malyshev <stas@php.net> | 2014-04-20 15:24:14 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-04-20 15:25:03 -0700 |
commit | 5addf223d597c56638a34f9ef0061d454e748abe (patch) | |
tree | 3b3f22c500daa01ba097f8083c4b41c636bff008 /main/php_streams.h | |
parent | 3586d14b61fbf3932650899d99a09e25784cf587 (diff) | |
parent | a18cec1b865994735e5b4ab757ccc1a14f8607ff (diff) | |
download | php-git-5addf223d597c56638a34f9ef0061d454e748abe.tar.gz |
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fix bug #65701: Do not use cache for file file copy
Diffstat (limited to 'main/php_streams.h')
-rw-r--r-- | main/php_streams.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_streams.h b/main/php_streams.h index b0ecff07ad..6bb43c3f23 100644 --- a/main/php_streams.h +++ b/main/php_streams.h @@ -373,6 +373,7 @@ END_EXTERN_C() /* Flags for url_stat method in wrapper ops */ #define PHP_STREAM_URL_STAT_LINK 1 #define PHP_STREAM_URL_STAT_QUIET 2 +#define PHP_STREAM_URL_STAT_NOCACHE 4 /* change the blocking mode of stream: value == 1 => blocking, value == 0 => non-blocking. */ #define PHP_STREAM_OPTION_BLOCKING 1 |