From: Aaron Schulz Date: Tue, 23 Dec 2008 21:42:42 +0000 (+0000) Subject: At least disable old xml function loading per r44839. An easy ~9-10ms. X-Git-Tag: 1.31.0-rc.0~43806 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=68d56c8731f7de2ff18636eaa28af65756cab4ea;p=lhc%2Fweb%2Fwiklou.git At least disable old xml function loading per r44839. An easy ~9-10ms. --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 2b23802bba..53992903ee 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -9,7 +9,7 @@ if ( !defined( 'MEDIAWIKI' ) ) { */ require_once dirname(__FILE__) . '/normal/UtfNormalUtil.php'; -require_once dirname(__FILE__) . '/XmlFunctions.php'; +#require_once dirname(__FILE__) . '/XmlFunctions.php'; // Hide compatibility functions from Doxygen /// @cond