diff options
Diffstat (limited to 'languages/classes/LanguageKk.deps.php')
-rw-r--r-- | languages/classes/LanguageKk.deps.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/languages/classes/LanguageKk.deps.php b/languages/classes/LanguageKk.deps.php new file mode 100644 index 00000000..22ad7ad5 --- /dev/null +++ b/languages/classes/LanguageKk.deps.php @@ -0,0 +1,12 @@ +<?php +// This file exists to ensure that base classes are preloaded before +// LanguageKk.php is compiled, working around a bug in the APC opcode +// cache on PHP 5, where cached code can break if the include order +// changed on a subsequent page view. +// see http://mail.wikipedia.org/pipermail/wikitech-l/2006-January/033660.html + + +require_once( dirname(__FILE__).'/../LanguageConverter.php' ); +require_once( dirname(__FILE__).'/LanguageKk_kz.php' ); + +?> |