Merge pull request #11293 from nextcloud/backport/11292/do-not-apcu-cache-the-autoloader

[stable14] Revert "Use APCu caching of composer"
This commit is contained in:
Joas Schilling 2018-09-20 10:08:02 +02:00 committed by GitHub
commit 2153bcfea8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -895,8 +895,6 @@ class OC {
self::$loader->setMemoryCache($memcacheFactory->createLocal('Autoloader'));
} catch (\Exception $ex) {
}
self::$composerAutoloader->setApcuPrefix($instanceId . '-mainComposer');
}
}