Allow $wgInterwikiCache to be an associative array
authorOri Livneh <ori@wikimedia.org>
Sun, 1 Nov 2015 06:04:18 +0000 (23:04 -0700)
committerKrinkle <krinklemail@gmail.com>
Wed, 23 Dec 2015 22:23:52 +0000 (22:23 +0000)
commiteb7cc60aa736dc2700b69f8d62c8acd6adca3684
tree11d28b4b9ce917ff8ef104dc1e51bf88d3ed7573
parente144319440e41f4ccd214efd36b25865a91d5ab6
Allow $wgInterwikiCache to be an associative array

For the same reasons wikiversions.cdb was converted to a PHP file -- viz., that
static arrays in PHP files get cached in HHVM's bytecode cache and are
therefore faster to use with HHVM than CDB files.

Bug: T122362
Change-Id: I5a979f047031ef211622f399df9b3b388797f53a
includes/DefaultSettings.php
includes/interwiki/Interwiki.php