wiki.techinc.nl/includes/cache/localisation
Timo Tijhof 7d82ce8bfd 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
2019-09-21 02:31:04 +01:00
..
LCStore.php
LCStoreCDB.php Unsuppress other phan issues (part 4) 2019-08-31 17:13:39 +00:00
LCStoreDB.php Cleanup and document some LCStoreDB fields 2019-09-09 17:09:55 -07:00
LCStoreNull.php
LCStoreStaticArray.php localisation: Release data from memory in LCStoreStaticArray::finishWrite 2019-09-04 21:35:10 +01:00
LocalisationCache.php localisation: Remove PHP5-specific perf optimisation 2019-09-21 02:31:04 +01:00
LocalisationCacheBulkLoad.php