User "^demon" changed the status of MediaWiki.r85804. Old Status: new New Status: resolved
Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/85804#c0 Commit summary: Make ParserFunctions work with HipHop. * When using HipHop, is_callable() returns false for objects which have only a __call() method instead of the requested one. * Work around this by removing the ParserFunctions_HookStub hack. * To retain the behavior that the code of ParserFunctions_body.php is only loaded when needed, turn it into a static class. * Defer the registering of the ParserClearState hook until a relevant function is called. _______________________________________________ MediaWiki-CodeReview mailing list mediawiki-coderev...@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview