https://bugzilla.wikimedia.org/show_bug.cgi?id=62875
--- Comment #3 from Sam Reed (reedy) <[email protected]> --- production: reedy@tin:~$ mwscript eval.php enwiki > var_dump( $wgLocalisationCacheConf ); array(5) { ["class"]=> string(17) "LocalisationCache" ["store"]=> string(6) "detect" ["storeClass"]=> bool(false) ["storeDirectory"]=> string(34) "/a/common/php-1.23wmf18/cache/l10n" ["manualRecache"]=> bool(true) } beta: reedy@deployment-bastion:~$ mwscript eval.php enwiki > var_dump( $wgLocalisationCacheConf ); array(5) { ["class"]=> string(17) "LocalisationCache" ["store"]=> string(6) "detect" ["storeClass"]=> bool(false) ["storeDirectory"]=> string(55) "/data/project/apache/common-local/php-master/cache/l10n" ["manualRecache"]=> bool(true) } Bar path (which is very much to be expected), this would look to be identical -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
