Make ObjectCache check the value of apc.enable_cli in CLI mode
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 28 Aug 2019 14:23:19 +0000 (07:23 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 29 Aug 2019 16:04:18 +0000 (09:04 -0700)
commit1b57f6a81be7ac1e9e7e71b3bae0ab2d8fc94a5d
treeb784f64a991299ae0cd09091b2b8dcd68eec9926
parent48c8531c2edc45a7ed0791f94149f7b3c5eab8d3
Make ObjectCache check the value of apc.enable_cli in CLI mode

Add HashBagOStuff fallback for APC in MWLBFactory::injectObjectCaches.

Also fix APC-cache variable typo in MWLBFactory.

Bug: T227838
Change-Id: I71cb2ca58972ea09ab2f64f7e47bda7a5096c19b
includes/db/MWLBFactory.php
includes/objectcache/ObjectCache.php