https://bugzilla.wikimedia.org/show_bug.cgi?id=20336


Chad H. <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #3 from Chad H. <[email protected]>  2009-08-21 18:56:05 UTC 
---
(In reply to comment #1)
> An easy fix (and workaround, paste this code in LocalSettings.php):
> if(!function_exists('json_decode')) {
>         function json_decode($val) {
>                 $json = new Services_JSON(SERVICES_JSON_LOOSE_TYPE);
>                 return $json->decode($val);
>         }
> }
> 

This would be a very good way to go about this, similar to what we do iconv,
mb_strlen, etc.


-- 
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

Reply via email to