summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Harvey <aharvey@php.net>2013-11-14 10:52:07 -0800
committerAdam Harvey <aharvey@php.net>2013-11-14 10:52:07 -0800
commitd7441f66959b8bee0a059b057e45bd48643153ab (patch)
treed6619b555ebdd68d4e240551a7987a0cfadc749a
parent018b9445dadbe37c49dc0bfc909265a295992af6 (diff)
downloadphp-git-d7441f66959b8bee0a059b057e45bd48643153ab.tar.gz
Move the JSON bugfix into the 5.5.6 changelog.
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 8331261607..a092310414 100644
--- a/NEWS
+++ b/NEWS
@@ -2,10 +2,6 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2013, PHP 5.5.7
-- JSON
- . Fixed whitespace part of bug #64874 ("json_decode handles whitespace and
- case-sensitivity incorrectly"). (Andrea Faulds)
-
14 Nov 2013, PHP 5.5.6
@@ -23,6 +19,10 @@ PHP NEWS
- FPM:
. Changed default listen() backlog to 65535. (Tony)
+- JSON
+ . Fixed whitespace part of bug #64874 ("json_decode handles whitespace and
+ case-sensitivity incorrectly"). (Andrea Faulds)
+
- MySQLi:
. Fixed bug #66043 (Segfault calling bind_param() on mysqli). (Laruence)