Detect/use APCu properly
authorReedy <reedy@wikimedia.org>
Sat, 1 Oct 2016 17:00:53 +0000 (18:00 +0100)
committerReedy <reedy@wikimedia.org>
Sat, 1 Oct 2016 22:07:47 +0000 (23:07 +0100)
commitc214c9a95255abf1032d389d0fe8bcbde38b55db
tree9cc8d1b706fd429c1b391a0318017cdd7c919952
parent090d0267daa4721ffb154e7e604804201365f9dd
Detect/use APCu properly

In PHP 5.5 and above, userland APC caching moved to an extension

Bug: T140587
Change-Id: Ie0871776cd7e67838471a4fe95451cf4164079b7
autoload.php
includes/DefaultSettings.php
includes/installer/Installer.php
includes/installer/i18n/en.json
includes/installer/i18n/qqq.json
includes/libs/MemoizedCallable.php
includes/libs/objectcache/APCBagOStuff.php
includes/libs/objectcache/APCUBagOStuff.php [new file with mode: 0644]
includes/objectcache/ObjectCache.php
tests/phpunit/includes/libs/MemoizedCallableTest.php