wiki.techinc.nl/includes/cache/localisation
Edward Chernenko 86cf01d433 LCStoreStaticArray: create cache directory when it doesn't exist
Array store (LCStoreStaticArray) should behave as standard LCStoreCDB,
creating the target directory when it doesn't exist.

This fixes unexpected "No such file or directory" errors when
replacing 'files' with 'array' in $wgLocalisationCacheConf['store'].

Change-Id: Ie49cf03ca93ac47fc98665de36e6207bef287193
2018-06-25 18:40:25 +03:00
..
LCStore.php
LCStoreCDB.php
LCStoreDB.php
LCStoreNull.php
LCStoreStaticArray.php LCStoreStaticArray: create cache directory when it doesn't exist 2018-06-25 18:40:25 +03:00
LocalisationCache.php Use PHP 7 '??' operator instead of if-then-else 2018-06-12 23:14:18 +02:00
LocalisationCacheBulkLoad.php