]> granicus.if.org Git - php/commit
Added clear_realpath_cache and filename parameters to clearstatcache() (Jani,
authorArnaud Le Blanc <lbarnaud@php.net>
Thu, 7 Aug 2008 09:24:04 +0000 (09:24 +0000)
committerArnaud Le Blanc <lbarnaud@php.net>
Thu, 7 Aug 2008 09:24:04 +0000 (09:24 +0000)
commita51e5ebaeb8d9cbe1488d110564d0055dd3edf5c
tree19d0e78e9cf9fd9fdad89bb998343541323240c0
parent951fe380b3779794ad43046a3035c87218068630
Added clear_realpath_cache and filename parameters to clearstatcache() (Jani,
Arnaud)
[DOC] clearstatcache() now defaults to not affect the realpath cache.
clearstatcache() now takes two optionnal parameters, clear_realpath_cache to
clear the realpath cache (defaults to false), and filename to clear only the
given filename from the cache.
ext/standard/basic_functions.c
ext/standard/filestat.c
ext/standard/php_filestat.h
ext/standard/tests/file/bug39367.phpt
ext/standard/tests/file/clearstatcache_001.phpt [new file with mode: 0644]
ext/standard/tests/file/clearstatcache_error.phpt
main/streams/plain_wrapper.c