mirror of
https://github.com/php/php-src.git
synced 2026-03-30 20:22:36 +02:00
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.