server/lib
Adam Williamson 3b4823d89c add function to invalidate one opcache file, use it if possible #9885
Issue #9885 appears to be triggered by ownCloud invalidating the entire
PHP opcache. Testing indicates it can be avoided by only invalidating the
single file that was written from the opcache, instead of clearing the
whole thing. In general it is more efficient to invalidate only the single
file that was changed, rather than the whole cache.

This adds a deleteFromOpcodeCache() function which invalidates a single
file from the opcache if possible, returning true if the underlying
function returns true (which may mean 'success', or 'file does not exist',
or 'file exists but is not in opcache', all of which are OK to treat as
good for our purposes). It also changes writeData() in config.php to try
using deleteFromOpcodeCache() and only fall back on clearOpcodeCache() if
that fails.
2014-11-06 17:58:58 -08:00
..
l10n [tx-robot] updated from transifex 2014-11-06 01:55:04 -05:00
private add function to invalidate one opcache file, use it if possible #9885 2014-11-06 17:58:58 -08:00
public Merge pull request #11998 from owncloud/add-get-logger-to-interface 2014-11-06 16:04:54 +01:00
repair adding cssmin and jssmin(minify) 2014-10-17 12:22:26 +02:00
autoloader.php use Composer autoloader not OC for non-Composer 3rdparty (#9643) 2014-10-28 11:32:20 +01:00
base.php Load PHPAss via autoloader 2014-11-06 16:32:53 +01:00