Index: trunk/phase3/includes/Setup.php |
— | — | @@ -323,6 +323,8 @@ |
324 | 324 | require_once( "$IP/includes/ImageFunctions.php" ); |
325 | 325 | wfProfileOut( $fname . '-includes' ); |
326 | 326 | } |
| 327 | +require_once( MWInit::compiledPath( 'includes/normal/UtfNormalDefines.php' ) ); |
| 328 | + |
327 | 329 | wfProfileIn( $fname . '-misc1' ); |
328 | 330 | |
329 | 331 | # Raise the memory limit if it's too low |
— | — | @@ -455,8 +457,6 @@ |
456 | 458 | |
457 | 459 | wfDebug( "Fully initialised\n" ); |
458 | 460 | $wgFullyInitialised = true; |
| 461 | + |
459 | 462 | wfProfileOut( $fname . '-extensions' ); |
460 | | - |
461 | | -require_once( MWInit::compiledPath( 'includes/normal/UtfNormalDefines.php' ) ); |
462 | | - |
463 | 463 | wfProfileOut( $fname ); |