|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-04-11 02:11 UTC] aharvey@php.net
-Status: Open
+Status: Not a bug
-Package: json
+Package: JSON related
[2012-04-11 02:11 UTC] aharvey@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 16:00:01 2025 UTC |
Description: ------------ When decoding a json string that contains the hex code for double quote character (") it will not decode properly. I believe this is because it is converting it to a " before looking at the syntax and converting the json to php.