* (bug 12294) Namespace class renamed to MWNamespace for PHP 5.3 compatibility
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 21 Mar 2008 23:13:34 +0000 (23:13 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 21 Mar 2008 23:13:34 +0000 (23:13 +0000)
commitdeb20456114af0cf3dbe3fe7e858c60727a6f3a4
treec0efb06f43d0588feec1cf53cbd1a39e92e81f7a
parent0924a303337dc6eb76934450aaa59e2c3d350110
* (bug 12294) Namespace class renamed to MWNamespace for PHP 5.3 compatibility
* PHP 5.3 compatibility fix for wfRunHooks() called with no parameters

An autoloaded 'Namespace' class alias is retained for compatibility with
extensions which haven't updated to the new class name... however they too
will break on PHP 5.3. Yay!
15 files changed:
RELEASE-NOTES
includes/AutoLoader.php
includes/CoreParserFunctions.php
includes/Export.php
includes/Hooks.php
includes/Linker.php
includes/Namespace.php
includes/NamespaceCompat.php [new file with mode: 0644]
includes/Parser_OldPP.php
includes/RecentChange.php
includes/SkinTemplate.php
includes/Title.php
includes/filerepo/FileRepo.php
languages/Language.php
maintenance/generateSitemap.php