~vcs-imports/stellarium-website/trunk

« back to all changes in this revision

Viewing changes to wiki/languages/classes/LanguageZh.deps.php

  • Committer: Matthew Gates
  • Date: 2010-12-24 21:26:07 UTC
  • Revision ID: matthewg42@gmail.com-20101224212607-rjlt7qam0160puxb
added wiki directory but without LocalSettings.php; added util directory w/ 2 scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
// This file exists to ensure that base classes are preloaded before
 
3
// LanguageZh.php is compiled, working around a bug in the APC opcode
 
4
// cache on PHP 5, where cached code can break if the include order
 
5
// changed on a subsequent page view.
 
6
// see http://lists.wikimedia.org/pipermail/wikitech-l/2006-January/021311.html
 
7
 
 
8
require_once( dirname(__FILE__).'/LanguageZh_hans.php' );
 
9
require_once( dirname(__FILE__).'/../LanguageConverter.php' );