Last modified: 2010-06-28 17:53:19 UTC
Created attachment 7519 [details] func_get_args_fix-r68654.patch Using r68654 and php 5.2.13 attempting to import an XML file via Special:Import produces the following error: Fatal error: func_get_args(): Can't be used as a function parameter in .../includes/ImportXMLReader.php on line 216 Using func_get_args directly a function parameter is only possible in php 5.3 and above, see http://php.net/manual/en/function.func-get-args.php The attached patch fixes this problem.
Assigning to Andrew as I suspect his recent rewrite of the import/export code introduced this bug.
Fixed in r68670.