nextcloud/lib
Arthur Schiwon 3304b0371b fix(autoloader): no apcu no side effects
apcu lead to side effects especially with app management and (soft)
inter-dependencies, and lead also to 500 server errors. While we could
add management to clear apcu cache in many cases (may stil leave edge
cases) the performance benefit is marginally as also class maps are
already cached in opcache. Hence, the simple and effective way to go is
to not use apcu for autoloading.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-09-08 18:30:40 +00:00
..
composer Merge pull request #40286 from nextcloud/backport/40233/stable27 2023-09-07 11:03:42 +02:00
l10n Fix(l10n): Update translations from Transifex 2023-09-07 00:29:13 +00:00
private fix(autoloader): no apcu no side effects 2023-09-08 18:30:40 +00:00
public Merge pull request #40286 from nextcloud/backport/40233/stable27 2023-09-07 11:03:42 +02:00
autoloader.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
base.php fix(autoloader): no apcu no side effects 2023-09-08 18:30:40 +00:00
versioncheck.php Allow 8.2 in versioncheck 2023-02-02 12:05:20 +01:00