Make sure FSFileBackend clears the php stat cache in clearCache(). Otherwise it will...
authorAaron Schulz <aaron@users.mediawiki.org>
Fri, 20 Jan 2012 21:55:15 +0000 (21:55 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Fri, 20 Jan 2012 21:55:15 +0000 (21:55 +0000)
commitefa202ab2db901d83e0a35429abce8d9ff9bb852
tree3aee1d8ae17c4b37d58a7d103f5ff58d08243a66
parent8f0814e64c0ae27bda0dc7e0d862fb95f2222d18
Make sure FSFileBackend clears the php stat cache in clearCache(). Otherwise it will just clear the FileBackend cache and refetch the same cached data from PHP's stat cache.
includes/filerepo/backend/FSFileBackend.php
includes/filerepo/backend/FileBackend.php