Index: trunk/phase3/skins/MySkin.deps.php |
— | — | @@ -3,7 +3,7 @@ |
4 | 4 | // MySkin.php is compiled, working around a bug in the APC opcode |
5 | 5 | // cache on PHP 5, where cached code can break if the include order |
6 | 6 | // changed on a subsequent page view. |
7 | | -// see http://mail.wikipedia.org/pipermail/wikitech-l/2006-January/033660.html |
| 7 | +// see http://lists.wikimedia.org/pipermail/wikitech-l/2006-January/021311.html |
8 | 8 | |
9 | 9 | if ( ! defined( 'MEDIAWIKI' ) ) |
10 | 10 | die( 1 ); |
Index: trunk/phase3/skins/Chick.deps.php |
— | — | @@ -3,7 +3,7 @@ |
4 | 4 | // Chick.php is compiled, working around a bug in the APC opcode |
5 | 5 | // cache on PHP 5, where cached code can break if the include order |
6 | 6 | // changed on a subsequent page view. |
7 | | -// see http://mail.wikipedia.org/pipermail/wikitech-l/2006-January/033660.html |
| 7 | +// see http://lists.wikimedia.org/pipermail/wikitech-l/2006-January/021311.html |
8 | 8 | |
9 | 9 | if ( ! defined( 'MEDIAWIKI' ) ) |
10 | 10 | die( 1 ); |
Index: trunk/phase3/skins/MonoBook.deps.php |
— | — | @@ -3,7 +3,7 @@ |
4 | 4 | // MonoBook.php is compiled, working around a bug in the APC opcode |
5 | 5 | // cache on PHP 5, where cached code can break if the include order |
6 | 6 | // changed on a subsequent page view. |
7 | | -// see http://mail.wikipedia.org/pipermail/wikitech-l/2006-January/033660.html |
| 7 | +// see http://lists.wikimedia.org/pipermail/wikitech-l/2006-January/021311.html |
8 | 8 | |
9 | 9 | if ( ! defined( 'MEDIAWIKI' ) ) |
10 | 10 | die( 1 ); |
Index: trunk/phase3/skins/Modern.deps.php |
— | — | @@ -1,13 +1,12 @@ |
2 | 2 | <?php |
3 | 3 | // This file exists to ensure that base classes are preloaded before |
4 | | -// Simple.php is compiled, working around a bug in the APC opcode |
| 4 | +// Modern.php is compiled, working around a bug in the APC opcode |
5 | 5 | // cache on PHP 5, where cached code can break if the include order |
6 | 6 | // changed on a subsequent page view. |
7 | | -// see http://mail.wikipedia.org/pipermail/wikitech-l/2006-January/033660.html |
| 7 | +// see http://lists.wikimedia.org/pipermail/wikitech-l/2006-January/021311.html |
8 | 8 | |
9 | 9 | if ( ! defined( 'MEDIAWIKI' ) ) |
10 | 10 | die( 1 ); |
11 | 11 | |
12 | | -require_once( dirname( dirname( __FILE__ ) ) . '/includes/SkinTemplate.php'); |
13 | | -require_once( dirname(__FILE__) . '/Modern.php' ); |
| 12 | +require_once( dirname( dirname( __FILE__ ) ) . '/includes/SkinTemplate.php' ); |
14 | 13 | |
Index: trunk/phase3/skins/Simple.deps.php |
— | — | @@ -3,7 +3,7 @@ |
4 | 4 | // Simple.php is compiled, working around a bug in the APC opcode |
5 | 5 | // cache on PHP 5, where cached code can break if the include order |
6 | 6 | // changed on a subsequent page view. |
7 | | -// see http://mail.wikipedia.org/pipermail/wikitech-l/2006-January/033660.html |
| 7 | +// see http://lists.wikimedia.org/pipermail/wikitech-l/2006-January/021311.html |
8 | 8 | |
9 | 9 | if ( ! defined( 'MEDIAWIKI' ) ) |
10 | 10 | die( 1 ); |