server/lib
Lukas Reschke cbfdbf96d2 Mute XCache error when trying to clear the opcode cache
From https://github.com/owncloud/core/issues/16287:

> This is caused by XCache at 8e59d4c64b/lib/private/util.php (L1276) where we are trying to reset the opcode cache with `XC_TYPE_PHP`.
> I suspect that while XCache is installed its opcode component is not used. Unfortunately, the XCache API is not really properly documented and thus I don't know what API we would have to call to check whether the `XC_TYPE_PHP` cache is populated. In fact, there is an [open XCache bug](http://xcache.lighttpd.net/ticket/176) since 7 years that discusses this problem and is likely to never get fixed since XCache is abandonware.

Fixes https://github.com/owncloud/core/issues/16287
2015-05-12 19:22:39 +02:00
..
l10n [tx-robot] updated from transifex 2015-05-11 01:54:43 -04:00
private Mute XCache error when trying to clear the opcode cache 2015-05-12 19:22:39 +02:00
public improve phpdoc of cache classes 2015-05-05 16:06:28 +02:00
repair Remove unused variables 2015-04-18 16:35:19 +02:00
autoloader.php Update license headers 2015-03-26 11:44:36 +01:00
base.php use hooks to update encryption keys instead of the storage wrapper if a file gets renamed/restored, as long as we 2015-05-11 12:06:57 +02:00