summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAdam Harvey <aharvey@php.net>2013-11-10 16:11:28 -0500
committerAdam Harvey <aharvey@php.net>2013-11-10 16:11:28 -0500
commit304bff90f42479d412e4124c11803f384cae909d (patch)
tree1c0abe0aa67e1807f84903f893819f1084f64873 /NEWS
parentdf7321359e0c11a1de99285dee64c8e69ee28653 (diff)
parentc9cfd98bcdcd92aa0efebda6ab8a3db5605a6796 (diff)
downloadphp-git-304bff90f42479d412e4124c11803f384cae909d.tar.gz
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: Update NEWS and remove the unnecessary UPGRADING note. UPGRADING and NEWS Better test: Check combined leading/trailing Fixed whitespace part of bug #64874 ("json_decode handles whitespace and case-sensitivity incorrectly")
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d0359fe185..9cacb5fd1a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2013, PHP 5.5.7
+
+- JSON
+ . Fixed whitespace part of bug #64874 ("json_decode handles whitespace and
+ case-sensitivity incorrectly"). (Andrea Faulds)
+
+
?? ??? 2013, PHP 5.5.6
- Core: