Add support for limited error handling for json encoding errors (requires PHP 5.3+)
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 4 Mar 2010 18:38:35 +0000 (11:38 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 4 Mar 2010 19:21:35 +0000 (12:21 -0700)
commita5ad8f29c380ada137893bcafb329ed346c0bcce
treee59232e370d4f4ab4e0ffea8ba6e6177a7ecc0d6
parentdaf7a5ea5506df385670655fb719d636beec4a7b
Add support for limited error handling for json encoding errors (requires PHP 5.3+)
framework/Serialize/lib/Horde/Serialize.php
framework/Serialize/package.xml
framework/Serialize/test/Horde/Serialize/fixtures/badutf8.txt [new file with mode: 0644]
framework/Serialize/test/Horde/Serialize/json_encode_badutf8.phpt [new file with mode: 0644]