diff options
author | Stanislav Malyshev <stas@php.net> | 2014-04-20 15:26:51 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-04-20 15:27:39 -0700 |
commit | 774f16318b3739e751d5a041f3601a3cf3000614 (patch) | |
tree | ffdd73973aa30c738e55fe9f5ce1c26636b2631c /main/php_streams.h | |
parent | 1bca3ecacc19686d949f55cec410beea40491685 (diff) | |
parent | 5addf223d597c56638a34f9ef0061d454e748abe (diff) | |
download | php-git-774f16318b3739e751d5a041f3601a3cf3000614.tar.gz |
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
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 aa4c05c54f..d1efa71988 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 |