https://bugzilla.wikimedia.org/show_bug.cgi?id=31996
John Du Hart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|need-review |reviewed CC| |[email protected] --- Comment #1 from John Du Hart <[email protected]> 2011-10-27 22:23:37 UTC --- Thank you for the exceptionally well done patch. There's just one thing that needs to be changed. Instead of using json_* functions directly we have a wrapper class called FormatJson. In case the json extension isn't available or suffers from a specific bug, a fallback parser is used. So, just replace the json_encode call with FormatJson::enocde and it's ready to commit -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
