https://bugzilla.wikimedia.org/show_bug.cgi?id=65932
--- Comment #2 from Daniel Friesen <[email protected]> --- PHP is 5.3 The MW version and Validator are what is checked into the client tree. MW is some version of 1.22 (alpha?). And I'm not sure about Validator, it's a little old but the version is something like 1.0 beta so it's not too far behind the current. I've confirmed that the ParamParser library itself is still doing raw comparisons against '\ValueValidators\NullValidator' which would be incorrect in any case. I'll note that MediaWiki's autoloader is actually not used for this code, but after looking even further the spl autoloader function used has been updated to trim \\ so in theory this is fixed (though code should still avoid comparison against '\ValueValidators\NullValidator'). -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
