localisation: Remove PHP5-specific perf optimisation
authorTimo Tijhof <krinklemail@gmail.com>
Sat, 21 Sep 2019 01:31:04 +0000 (02:31 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Sat, 21 Sep 2019 01:31:04 +0000 (02:31 +0100)
commit7d82ce8bfdda964197a46e5da863c2c59eac8a0c
tree520ef0e8228fd18cbd663ceb4f27655d3ec92147
parent2c306b5fdf66ec223afd1f3b984e3693942e33fe
localisation: Remove PHP5-specific perf optimisation

The `apc.cache_by_default` setting is a PHP5-era setting relating
to the part of php5-apc now known as opcache (as opposed to the
part now known as apcu).

This setting doesn't exist in PHP 7, and trying to set it doesn't
do anything useful.

Bug: T206986
Change-Id: I46a91897b2b33b5ce6505beb74d404982cb0641c
includes/cache/localisation/LocalisationCache.php