2006-03-02 22:22:18 +00:00
|
|
|
<?php
|
|
|
|
|
// This file exists to ensure that base classes are preloaded before
|
|
|
|
|
// LanguageSr.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.
|
2008-03-11 17:23:53 +00:00
|
|
|
// see http://lists.wikimedia.org/pipermail/wikitech-l/2006-January/021311.html
|
2006-03-02 22:22:18 +00:00
|
|
|
|
2010-07-29 09:43:18 +00:00
|
|
|
require_once( dirname( __FILE__ ) . '/LanguageSr_ec.php' );
|
|
|
|
|
require_once( dirname( __FILE__ ) . '/../LanguageConverter.php' );
|