r14637 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r14636‎ | r14637 | r14638 >
Date:12:26, 7 June 2006
Author:midom
Status:old
Tags:
Comment:
autoload Profiling, ParserCache, WebRequest
Modified paths:
  • /trunk/phase3/includes/Setup.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Setup.php
@@ -28,7 +28,6 @@
2929 if ( function_exists( 'wfProfileIn' ) ) {
3030 /* nada, everything should be done already */
3131 } elseif ( $wgProfiling and (0 == rand() % $wgProfileSampleRate ) ) {
32 - require_once( 'Profiling.php' );
3332 $wgProfiling = true;
3433 if ($wgProfilerType == "") {
3534 $wgProfiler = new Profiler();
@@ -62,8 +61,6 @@
6362 require_once( 'Block.php' );
6463 require_once( 'MessageCache.php' );
6564 require_once( 'Parser.php' );
66 -require_once( 'ParserCache.php' );
67 -require_once( 'WebRequest.php' );
6865 require_once( 'LoadBalancer.php' );
6966 require_once( 'HistoryBlob.php' );
7067 require_once( 'ProxyTools.php' );

Status & tagging log