https://bugzilla.wikimedia.org/show_bug.cgi?id=16643
Brion Vibber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Brion Vibber <[email protected]> 2008-12-16 01:15:25 UTC --- A null byte crept into the file in that diff, which seems to confuse the crap out of the particular json_decode implementation we happen to have live. json_decode has the lovely behavior that sometimes, without easily being able to predict why, sometimes it returns your literal string, or... a slightly decoded literal string... instead of actually decoding it, if it's invalid, or sometimes if it seems to be valid but it doesn't like it, or wtf? Anyway, I switched the proxy from using JSON to PHP serialization, and it just passes the string through correctly now. Whee! r44643, r44644. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
