Since this extends another language class, we need to include it ahead of
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 27 Mar 2006 18:25:02 +0000 (18:25 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 27 Mar 2006 18:25:02 +0000 (18:25 +0000)
time to ensure consistent workingness w/ APC

languages/LanguagePms.deps.php [new file with mode: 0644]

diff --git a/languages/LanguagePms.deps.php b/languages/LanguagePms.deps.php
new file mode 100644 (file)
index 0000000..14bfca5
--- /dev/null
@@ -0,0 +1,9 @@
+<?php
+// This file exists to ensure that base classes are preloaded before
+// LanguagePms.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( "LanguageIt.php" );
+?>
\ No newline at end of file