"Tim Starling" posted a comment on MediaWiki.r111606. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/111606#c31019
Commit summary for MediaWiki.r111606: Remove everything except english from WikimediaLicenseTexts.i18n.php, to avoid OOM Tim Starling's comment: Maybe, although it might still go OOM just reading all the entries into an array. I was wondering if splitting it up into per-language files would work. It'd be slow and ugly, but maybe it would use less memory, since the data from all languages other than the parameter to recache() would be thrown away after each file is read. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
