diff options
Diffstat (limited to 'languages/LanguageVec.deps.php')
-rw-r--r-- | languages/LanguageVec.deps.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/languages/LanguageVec.deps.php b/languages/LanguageVec.deps.php deleted file mode 100644 index 4b89673d..00000000 --- a/languages/LanguageVec.deps.php +++ /dev/null @@ -1,9 +0,0 @@ -<?php -// This file exists to ensure that base classes are preloaded before -// LanguageVec.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 |