MediaWiki REL1_32
IcuCollation.php
Go to the documentation of this file.
1<?php
24class IcuCollation extends Collation {
26
29
32
34 private $locale;
35
38
40 private $useNumericCollation = false;
41
44
54 private static $cjkBlocks = [
55 [ 0x2E80, 0x2EFF ], // CJK Radicals Supplement
56 [ 0x2F00, 0x2FDF ], // Kangxi Radicals
57 [ 0x2FF0, 0x2FFF ], // Ideographic Description Characters
58 [ 0x3000, 0x303F ], // CJK Symbols and Punctuation
59 [ 0x31C0, 0x31EF ], // CJK Strokes
60 [ 0x3200, 0x32FF ], // Enclosed CJK Letters and Months
61 [ 0x3300, 0x33FF ], // CJK Compatibility
62 [ 0x3400, 0x4DBF ], // CJK Unified Ideographs Extension A
63 [ 0x4E00, 0x9FFF ], // CJK Unified Ideographs
64 [ 0xF900, 0xFAFF ], // CJK Compatibility Ideographs
65 [ 0xFE30, 0xFE4F ], // CJK Compatibility Forms
66 [ 0x20000, 0x2A6DF ], // CJK Unified Ideographs Extension B
67 [ 0x2A700, 0x2B73F ], // CJK Unified Ideographs Extension C
68 [ 0x2B740, 0x2B81F ], // CJK Unified Ideographs Extension D
69 [ 0x2F800, 0x2FA1F ], // CJK Compatibility Ideographs Supplement
70 ];
71
93 private static $tailoringFirstLetters = [
94 'af' => [],
95 'am' => [],
96 'ar' => [],
97 'as' => [ "\u{0982}", "\u{0981}", "\u{0983}", "\u{09CE}", "ক্ষ " ],
98 'ast' => [ "Ch", "Ll", "Ñ" ], // not in libicu
99 'az' => [ "Ç", "Ə", "Ğ", "İ", "Ö", "Ş", "Ü" ],
100 'be' => [ "Ё" ],
101 'be-tarask' => [ "Ё" ],
102 'bg' => [],
103 'bn' => [ 'ং', 'ঃ', 'ঁ' ],
104 'bn@collation=traditional' => [
105 'ং', 'ঃ', 'ঁ', 'ক্', 'খ্', 'গ্', 'ঘ্', 'ঙ্', 'চ্', 'ছ্', 'জ্', 'ঝ্',
106 'ঞ্', 'ট্', 'ঠ্', 'ড্', 'ঢ্', 'ণ্', 'ৎ', 'থ্', 'দ্', 'ধ্', 'ন্', 'প্',
107 'ফ্', 'ব্', 'ভ্', 'ম্', 'য্', 'র্', 'ৰ্', 'ল্', 'ৱ্', 'শ্', 'ষ্', 'স্', 'হ্'
108 ],
109 'bo' => [],
110 'br' => [ "Ch", "C'h" ],
111 'bs' => [ "Č", "Ć", "Dž", "Đ", "Lj", "Nj", "Š", "Ž" ],
112 'bs-Cyrl' => [],
113 'ca' => [],
114 'chr' => [],
115 'co' => [], // not in libicu
116 'cs' => [ "Č", "Ch", "Ř", "Š", "Ž" ],
117 'cy' => [ "Ch", "Dd", "Ff", "Ng", "Ll", "Ph", "Rh", "Th" ],
118 'da' => [ "Æ", "Ø", "Å" ],
119 'de' => [],
120 'de-AT@collation=phonebook' => [ 'ä', 'ö', 'ü', 'ß' ],
121 'dsb' => [ "Č", "Ć", "Dź", "Ě", "Ch", "Ł", "Ń", "Ŕ", "Š", "Ś", "Ž", "Ź" ],
122 'ee' => [ "Dz", "Ɖ", "Ɛ", "Ƒ", "Gb", "Ɣ", "Kp", "Ny", "Ŋ", "Ɔ", "Ts", "Ʋ" ],
123 'el' => [],
124 'en' => [],
125 'eo' => [ "Ĉ", "Ĝ", "Ĥ", "Ĵ", "Ŝ", "Ŭ" ],
126 'es' => [ "Ñ" ],
127 'et' => [ "Š", "Ž", "Õ", "Ä", "Ö", "Ü" ],
128 'eu' => [ "Ñ" ], // not in libicu
129 'fa' => [
130 // RTL, let's put each letter on a new line
131 "آ",
132 "ء",
133 "ه",
134 "ا",
135 "و"
136 ],
137 'fi' => [ "Å", "Ä", "Ö" ],
138 'fil' => [ "Ñ", "Ng" ],
139 'fo' => [ "Á", "Ð", "Í", "Ó", "Ú", "Ý", "Æ", "Ø", "Å" ],
140 'fr' => [],
141 'fr-CA' => [], // fr-CA sorts accents slightly different from fr.
142 'fur' => [ "À", "Á", "Â", "È", "Ì", "Ò", "Ù" ], // not in libicu
143 'fy' => [], // not in libicu
144 'ga' => [],
145 'gd' => [], // not in libicu
146 'gl' => [ "Ch", "Ll", "Ñ" ],
147 'gu' => [ "\u{0A82}", "\u{0A83}", "\u{0A81}", "\u{0AB3}" ],
148 'ha' => [ 'Ɓ', 'Ɗ', 'Ƙ', 'Sh', 'Ts', 'Ƴ' ],
149 'haw' => [ 'ʻ' ],
150 'he' => [],
151 'hi' => [ "\u{0902}", "\u{0903}" ],
152 'hr' => [ "Č", "Ć", "Dž", "Đ", "Lj", "Nj", "Š", "Ž" ],
153 'hsb' => [ "Č", "Dź", "Ě", "Ch", "Ł", "Ń", "Ř", "Š", "Ć", "Ž" ],
154 'hu' => [ "Cs", "Dz", "Dzs", "Gy", "Ly", "Ny", "Ö", "Sz", "Ty", "Ü", "Zs" ],
155 'hy' => [ "և" ],
156 'id' => [],
157 'ig' => [ "Ch", "Gb", "Gh", "Gw", "Ị", "Kp", "Kw", "Ṅ", "Nw", "Ny", "Ọ", "Sh", "Ụ" ],
158 'is' => [ "Á", "Ð", "É", "Í", "Ó", "Ú", "Ý", "Þ", "Æ", "Ö", "Å" ],
159 'it' => [],
160 'ka' => [],
161 'kk' => [ "Ү", "І" ],
162 'kl' => [ "Æ", "Ø", "Å" ],
163 'km' => [
164 "រ", "ឫ", "ឬ", "ល", "ឭ", "ឮ", "\u{17BB}\u{17C6}",
165 "\u{17C6}", "\u{17B6}\u{17C6}", "\u{17C7}",
166 "\u{17B7}\u{17C7}", "\u{17BB}\u{17C7}",
167 "\u{17C1}\u{17C7}", "\u{17C4}\u{17C7}",
168 ],
169 'kn' => [ "\u{0C81}", "\u{0C83}", "\u{0CF1}", "\u{0CF2}" ],
170 'kok' => [ "\u{0902}", "\u{0903}", "ळ", "क्ष" ],
171 'ku' => [ "Ç", "Ê", "Î", "Ş", "Û" ], // not in libicu
172 'ky' => [ "Ё" ],
173 'la' => [], // not in libicu
174 'lb' => [],
175 'lkt' => [ 'Č', 'Ǧ', 'Ȟ', 'Š', 'Ž' ],
176 'ln' => [ 'Ɛ' ],
177 'lo' => [],
178 'lt' => [ "Č", "Š", "Ž" ],
179 'lv' => [ "Č", "Ģ", "Ķ", "Ļ", "Ņ", "Š", "Ž" ],
180 'mk' => [ "Ѓ", "Ќ" ],
181 'ml' => [],
182 'mn' => [],
183 'mo' => [ "Ă", "Â", "Î", "Ș", "Ț" ], // not in libicu
184 'mr' => [ "\u{0902}", "\u{0903}", "ळ", "क्ष", "ज्ञ" ],
185 'ms' => [],
186 'mt' => [ "Ċ", "Ġ", "Għ", "Ħ", "Ż" ],
187 'nb' => [ "Æ", "Ø", "Å" ],
188 'ne' => [],
189 'nl' => [],
190 'nn' => [ "Æ", "Ø", "Å" ],
191 'no' => [ "Æ", "Ø", "Å" ], // not in libicu. You should probably use nb or nn instead.
192 'oc' => [], // not in libicu
193 'om' => [ 'Ch', 'Dh', 'Kh', 'Ny', 'Ph', 'Sh' ],
194 'or' => [ "\u{0B01}", "\u{0B02}", "\u{0B03}", "କ୍ଷ" ],
195 'pa' => [ "\u{0A4D}" ],
196 'pl' => [ "Ą", "Ć", "Ę", "Ł", "Ń", "Ó", "Ś", "Ź", "Ż" ],
197 'pt' => [],
198 'rm' => [], // not in libicu
199 'ro' => [ "Ă", "Â", "Î", "Ș", "Ț" ],
200 'ru' => [],
201 'rup' => [ "Ă", "Â", "Î", "Ľ", "Ń", "Ș", "Ț" ], // not in libicu
202 'sco' => [],
203 'se' => [
204 'Á', 'Č', 'Ʒ', 'Ǯ', 'Đ', 'Ǧ', 'Ǥ', 'Ǩ', 'Ŋ',
205 'Š', 'Ŧ', 'Ž', 'Ø', 'Æ', 'Ȧ', 'Ä', 'Ö'
206 ],
207 'si' => [ "\u{0D82}", "\u{0D83}", "\u{0DA4}" ],
208 'sk' => [ "Ä", "Č", "Ch", "Ô", "Š", "Ž" ],
209 'sl' => [ "Č", "Š", "Ž" ],
210 'smn' => [ "Á", "Č", "Đ", "Ŋ", "Š", "Ŧ", "Ž", "Æ", "Ø", "Å", "Ä", "Ö" ],
211 'sq' => [ "Ç", "Dh", "Ë", "Gj", "Ll", "Nj", "Rr", "Sh", "Th", "Xh", "Zh" ],
212 'sr' => [],
213 'sr-Latn' => [ "Č", "Ć", "Dž", "Đ", "Lj", "Nj", "Š", "Ž" ],
214 'sv' => [ "Å", "Ä", "Ö" ],
215 'sv@collation=standard' => [ "Å", "Ä", "Ö" ],
216 'sw' => [],
217 'ta' => [
218 "\u{0B82}", "ஃ", "க்ஷ", "க்", "ங்", "ச்", "ஞ்", "ட்", "ண்", "த்", "ந்",
219 "ப்", "ம்", "ய்", "ர்", "ல்", "வ்", "ழ்", "ள்", "ற்", "ன்", "ஜ்", "ஶ்", "ஷ்",
220 "ஸ்", "ஹ்", "க்ஷ்"
221 ],
222 'te' => [ "\u{0C01}", "\u{0C02}", "\u{0C03}" ],
223 'th' => [ "ฯ", "\u{0E46}", "\u{0E4D}", "\u{0E3A}" ],
224 'tk' => [ "Ç", "Ä", "Ž", "Ň", "Ö", "Ş", "Ü", "Ý" ],
225 'tl' => [ "Ñ", "Ng" ], // not in libicu
226 'to' => [ "Ng", "ʻ" ],
227 'tr' => [ "Ç", "Ğ", "İ", "Ö", "Ş", "Ü" ],
228 'tt' => [ "Ә", "Ө", "Ү", "Җ", "Ң", "Һ" ], // not in libicu
229 'uk' => [ "Ґ", "Ь" ],
230 'uz' => [ "Ch", "G'", "Ng", "O'", "Sh" ], // not in libicu
231 'vi' => [ "Ă", "Â", "Đ", "Ê", "Ô", "Ơ", "Ư" ],
232 'vo' => [ "Ä", "Ö", "Ü" ],
233 'yi' => [
234 "\u{05D1}\u{05BF}", "\u{05DB}\u{05BC}", "\u{05E4}\u{05BC}",
235 "\u{05E9}\u{05C2}", "\u{05EA}\u{05BC}"
236 ],
237 'yo' => [ "Ẹ", "Gb", "Ọ", "Ṣ" ],
238 'zu' => [],
239 ];
240
244 const RECORD_LENGTH = 14;
245
246 public function __construct( $locale ) {
247 if ( !extension_loaded( 'intl' ) ) {
248 throw new MWException( 'An ICU collation was requested, ' .
249 'but the intl extension is not available.' );
250 }
251
252 $this->locale = $locale;
253 // Drop everything after the '@' in locale's name
254 $localeParts = explode( '@', $locale );
255 $this->digitTransformLanguage = Language::factory( $locale === 'root' ? 'en' : $localeParts[0] );
256
257 $this->mainCollator = Collator::create( $locale );
258 if ( !$this->mainCollator ) {
259 throw new MWException( "Invalid ICU locale specified for collation: $locale" );
260 }
261
262 $this->primaryCollator = Collator::create( $locale );
263 $this->primaryCollator->setStrength( Collator::PRIMARY );
264
265 // If the special suffix for numeric collation is present, turn on numeric collation.
266 if ( substr( $locale, -5, 5 ) === '-u-kn' ) {
267 $this->useNumericCollation = true;
268 // Strip off the special suffix so it doesn't trip up fetchFirstLetterData().
269 $this->locale = substr( $this->locale, 0, -5 );
270 $this->mainCollator->setAttribute( Collator::NUMERIC_COLLATION, Collator::ON );
271 $this->primaryCollator->setAttribute( Collator::NUMERIC_COLLATION, Collator::ON );
272 }
273 }
274
275 public function getSortKey( $string ) {
276 return $this->mainCollator->getSortKey( $string );
277 }
278
279 public function getPrimarySortKey( $string ) {
280 return $this->primaryCollator->getSortKey( $string );
281 }
282
283 public function getFirstLetter( $string ) {
284 $string = strval( $string );
285 if ( $string === '' ) {
286 return '';
287 }
288
289 $firstChar = mb_substr( $string, 0, 1, 'UTF-8' );
290
291 // If the first character is a CJK character, just return that character.
292 if ( ord( $firstChar ) > 0x7f && self::isCjk( UtfNormal\Utils::utf8ToCodepoint( $firstChar ) ) ) {
293 return $firstChar;
294 }
295
296 $sortKey = $this->getPrimarySortKey( $string );
297
298 // Do a binary search to find the correct letter to sort under
299 $min = ArrayUtils::findLowerBound(
300 [ $this, 'getSortKeyByLetterIndex' ],
301 $this->getFirstLetterCount(),
302 'strcmp',
303 $sortKey );
304
305 if ( $min === false ) {
306 // Before the first letter
307 return '';
308 }
309
310 $sortLetter = $this->getLetterByIndex( $min );
311
312 if ( $this->useNumericCollation ) {
313 // If the sort letter is a number, return '0–9' (or localized equivalent).
314 // ASCII value of 0 is 48. ASCII value of 9 is 57.
315 // Note that this also applies to non-Arabic numerals since they are
316 // mapped to Arabic numeral sort letters. For example, ২ sorts as 2.
317 if ( ord( $sortLetter ) >= 48 && ord( $sortLetter ) <= 57 ) {
318 $sortLetter = wfMessage( 'category-header-numerals' )->numParams( 0, 9 )->text();
319 }
320 }
321 return $sortLetter;
322 }
323
328 public function getFirstLetterData() {
329 if ( $this->firstLetterData === null ) {
330 $cache = ObjectCache::getLocalServerInstance( CACHE_ANYTHING );
331 $cacheKey = $cache->makeKey(
332 'first-letters',
333 static::class,
334 $this->locale,
335 $this->digitTransformLanguage->getCode(),
336 INTL_ICU_VERSION,
337 self::FIRST_LETTER_VERSION
338 );
339 $this->firstLetterData = $cache->getWithSetCallback( $cacheKey, $cache::TTL_WEEK, function () {
340 return $this->fetchFirstLetterData();
341 } );
342 }
344 }
345
350 private function fetchFirstLetterData() {
351 global $IP;
352 // Generate data from serialized data file
353 if ( isset( self::$tailoringFirstLetters[$this->locale] ) ) {
354 $letters = require "$IP/includes/collation/data/first-letters-root.php";
355 // Append additional characters
356 $letters = array_merge( $letters, self::$tailoringFirstLetters[$this->locale] );
357 // Remove unnecessary ones, if any
358 if ( isset( self::$tailoringFirstLetters['-' . $this->locale] ) ) {
359 $letters = array_diff( $letters, self::$tailoringFirstLetters['-' . $this->locale] );
360 }
361 // Apply digit transforms
362 $digits = [ '0', '1', '2', '3', '4', '5', '6', '7', '8', '9' ];
363 $letters = array_diff( $letters, $digits );
364 foreach ( $digits as $digit ) {
365 $letters[] = $this->digitTransformLanguage->formatNum( $digit, true );
366 }
367 } else {
368 if ( $this->locale === 'root' ) {
369 $letters = require "$IP/includes/collation/data/first-letters-root.php";
370 } else {
371 // FIXME: Is this still used?
372 $letters = wfGetPrecompiledData( "first-letters-{$this->locale}.ser" );
373 if ( $letters === false ) {
374 throw new MWException( "MediaWiki does not support ICU locale " .
375 "\"{$this->locale}\"" );
376 }
377 }
378 }
379
380 /* Sort the letters.
381 *
382 * It's impossible to have the precompiled data file properly sorted,
383 * because the sort order changes depending on ICU version. If the
384 * array is not properly sorted, the binary search will return random
385 * results.
386 *
387 * We also take this opportunity to remove primary collisions.
388 */
389 $letterMap = [];
390 foreach ( $letters as $letter ) {
391 $key = $this->getPrimarySortKey( $letter );
392 if ( isset( $letterMap[$key] ) ) {
393 // Primary collision (two characters with the same sort position).
394 // Keep whichever one sorts first in the main collator.
395 $comp = $this->mainCollator->compare( $letter, $letterMap[$key] );
396 wfDebug( "Primary collision '$letter' '{$letterMap[$key]}' (comparison: $comp)\n" );
397 // If that also has a collision, use codepoint as a tiebreaker.
398 if ( $comp === 0 ) {
399 $comp = UtfNormal\Utils::utf8ToCodepoint( $letter ) <=>
400 UtfNormal\Utils::utf8ToCodepoint( $letterMap[$key] );
401 }
402 if ( $comp < 0 ) {
403 $letterMap[$key] = $letter;
404 }
405 } else {
406 $letterMap[$key] = $letter;
407 }
408 }
409 ksort( $letterMap, SORT_STRING );
410
411 /* Remove duplicate prefixes. Basically if something has a sortkey
412 * which is a prefix of some other sortkey, then it is an
413 * expansion and probably should not be considered a section
414 * header.
415 *
416 * For example 'þ' is sometimes sorted as if it is the letters
417 * 'th'. Other times it is its own primary element. Another
418 * example is '₨'. Sometimes its a currency symbol. Sometimes it
419 * is an 'R' followed by an 's'.
420 *
421 * Additionally an expanded element should always sort directly
422 * after its first element due to they way sortkeys work.
423 *
424 * UCA sortkey elements are of variable length but no collation
425 * element should be a prefix of some other element, so I think
426 * this is safe. See:
427 * - https://ssl.icu-project.org/repos/icu/icuhtml/trunk/design/collation/ICU_collation_design.htm
428 * - http://site.icu-project.org/design/collation/uca-weight-allocation
429 *
430 * Additionally, there is something called primary compression to
431 * worry about. Basically, if you have two primary elements that
432 * are more than one byte and both start with the same byte then
433 * the first byte is dropped on the second primary. Additionally
434 * either \x03 or \xFF may be added to mean that the next primary
435 * does not start with the first byte of the first primary.
436 *
437 * This shouldn't matter much, as the first primary is not
438 * changed, and that is what we are comparing against.
439 *
440 * tl;dr: This makes some assumptions about how icu implements
441 * collations. It seems incredibly unlikely these assumptions
442 * will change, but nonetheless they are assumptions.
443 */
444
445 $prev = false;
446 $duplicatePrefixes = [];
447 foreach ( $letterMap as $key => $value ) {
448 // Remove terminator byte. Otherwise the prefix
449 // comparison will get hung up on that.
450 $trimmedKey = rtrim( $key, "\0" );
451 if ( $prev === false || $prev === '' ) {
452 $prev = $trimmedKey;
453 // We don't yet have a collation element
454 // to compare against, so continue.
455 continue;
456 }
457
458 // Due to the fact the array is sorted, we only have
459 // to compare with the element directly previous
460 // to the current element (skipping expansions).
461 // An element "X" will always sort directly
462 // before "XZ" (Unless we have "XY", but we
463 // do not update $prev in that case).
464 if ( substr( $trimmedKey, 0, strlen( $prev ) ) === $prev ) {
465 $duplicatePrefixes[] = $key;
466 // If this is an expansion, we don't want to
467 // compare the next element to this element,
468 // but to what is currently $prev
469 continue;
470 }
471 $prev = $trimmedKey;
472 }
473 foreach ( $duplicatePrefixes as $badKey ) {
474 wfDebug( "Removing '{$letterMap[$badKey]}' from first letters.\n" );
475 unset( $letterMap[$badKey] );
476 // This code assumes that unsetting does not change sort order.
477 }
478 $data = [
479 'chars' => array_values( $letterMap ),
480 'keys' => array_keys( $letterMap ),
481 ];
482
483 // Reduce memory usage before caching
484 unset( $letterMap );
485
486 return $data;
487 }
488
494 public function getLetterByIndex( $index ) {
495 return $this->getFirstLetterData()['chars'][$index];
496 }
497
503 public function getSortKeyByLetterIndex( $index ) {
504 return $this->getFirstLetterData()['keys'][$index];
505 }
506
511 public function getFirstLetterCount() {
512 return count( $this->getFirstLetterData()['chars'] );
513 }
514
521 public static function isCjk( $codepoint ) {
522 foreach ( self::$cjkBlocks as $block ) {
523 if ( $codepoint >= $block[0] && $codepoint <= $block[1] ) {
524 return true;
525 }
526 }
527 return false;
528 }
529
542 static function getICUVersion() {
543 wfDeprecated( __METHOD__, '1.32' );
544 return INTL_ICU_VERSION;
545 }
546
554 static function getUnicodeVersionForICU() {
555 $icuVersion = INTL_ICU_VERSION;
556 if ( !$icuVersion ) {
557 return false;
558 }
559
560 $versionPrefix = substr( $icuVersion, 0, 3 );
561 // Source: http://site.icu-project.org/download
562 $map = [
563 '61.' => '10.0',
564 '60.' => '10.0',
565 '59.' => '9.0',
566 '58.' => '9.0',
567 '57.' => '8.0',
568 '56.' => '8.0',
569 '55.' => '7.0',
570 '54.' => '7.0',
571 '53.' => '6.3',
572 '52.' => '6.3',
573 '51.' => '6.2',
574 '50.' => '6.2',
575 '49.' => '6.1',
576 '4.8' => '6.0',
577 '4.6' => '6.0',
578 '4.4' => '5.2',
579 '4.2' => '5.1',
580 '4.0' => '5.1',
581 '3.8' => '5.0',
582 '3.6' => '5.0',
583 '3.4' => '4.1',
584 ];
585
586 return $map[$versionPrefix] ?? false;
587 }
588}
wfDebug( $text, $dest='all', array $context=[])
Sends a line to the debug log if enabled or, optionally, to a comment in output.
wfGetPrecompiledData( $name)
Get an object from the precompiled serialized directory.
wfDeprecated( $function, $version=false, $component=false, $callerOffset=2)
Throws a warning that $function is deprecated.
$IP
Definition WebStart.php:41
getLetterByIndex( $index)
getSortKeyByLetterIndex( $index)
getFirstLetter( $string)
Given a string, return the logical "first letter" to be used for grouping on category pages and so on...
bool $useNumericCollation
getPrimarySortKey( $string)
static getICUVersion()
Return the version of ICU library used by PHP's intl extension, or false when the extension is not in...
__construct( $locale)
static isCjk( $codepoint)
Test if a code point is a CJK (Chinese, Japanese, Korean) character.
const FIRST_LETTER_VERSION
Collator $mainCollator
static $cjkBlocks
Unified CJK blocks.
Language $digitTransformLanguage
Collator $primaryCollator
getSortKey( $string)
Given a string, convert it to a (hopefully short) key that can be used for efficient sorting.
array $firstLetterData
static $tailoringFirstLetters
Additional characters (or character groups) to be considered separate letters for given languages,...
static getUnicodeVersionForICU()
Return the version of Unicode appropriate for the version of ICU library currently in use,...
Internationalisation code.
Definition Language.php:35
MediaWiki exception.
Unicode normalization routines for working with UTF-8 strings.
Definition UtfNormal.php:48
This document is intended to provide useful advice for parties seeking to redistribute MediaWiki to end users It s targeted particularly at maintainers for Linux since it s been observed that distribution packages of MediaWiki often break We ve consistently had to recommend that users seeking support use official tarballs instead of their distribution s and this often solves whatever problem the user is having It would be nice if this could such as
const CACHE_ANYTHING
Definition Defines.php:101
either a unescaped string or a HtmlArmor object after in associative array form externallinks including delete and has completed for all link tables whether this was an auto creation use $formDescriptor instead default is conds Array Extra conditions for the No matching items in log is displayed if loglist is empty msgKey Array If you want a nice box with a set this to the key of the message First element is the message additional optional elements are parameters for the key that are processed with wfMessage() -> params() ->parseAsBlock() - offset Set to overwrite offset parameter in $wgRequest set to '' to unset offset - wrap String Wrap the message in html(usually something like "&lt;div ...>$1&lt;/div>"). - flags Integer display flags(NO_ACTION_LINK, NO_EXTRA_USER_LINKS) 'LogException':Called before an exception(or PHP error) is logged. This is meant for integration with external error aggregation services
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
Definition injection.txt:37
$cache
Definition mcc.php:33
The wiki should then use memcached to cache various data To use multiple just add more items to the array To increase the weight of a make its entry a array("192.168.0.1:11211", 2))