https://bugzilla.wikimedia.org/show_bug.cgi?id=47431
--- Comment #10 from PleaseStand <[email protected]> --- (In reply to comment #6) > Krinkle: I have been working on a "polyfill" to emulate all PHP 5.5 JSON > features as accurately as possible while exceeding the performance of > Services_JSON. > > So far, I have an implementation of json_encode() that seems to work OK, > although I shall perform more extensive testing. I'll see if I can start > working on the decoder this week. Debian has now packaged PECL jsonc under the php5-json package name (which used to be a "virtual package" pointing to php5-common). Right now, the new package is only in sid (unstable) and is not part of a released version of Debian. I have not yet tested it with MediaWiki. http://packages.debian.org/sid/php5-json JsonFallback status update: I have been working on the tokenization and string unescaping routines, and hopefully, the decoder will be ready sometime next week. -- 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
