]> granicus.if.org Git - php/commitdiff
Update NEWS with info about a json_encode fail return
authorJakub Zelenka <bukka@php.net>
Mon, 29 Aug 2016 13:59:44 +0000 (14:59 +0100)
committerJakub Zelenka <bukka@php.net>
Mon, 29 Aug 2016 13:59:44 +0000 (14:59 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 6dc4f1aeefc50e2ebbc121e26d424b72d2232ef0..97169e78790b3872f797bc19208100a9faff48fb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,12 @@ PHP                                                                        NEWS
 - Intl:
   . Fixed bug #65732 (grapheme_*() is not Unicode compliant on CR LF
     sequence). (cmb)
+
+- JSON:
+  . Implemented earlier return when json_encode fails, fixes bugs #68992
+    (Stacking exceptions thrown by JsonSerializable) and #70275 (On recursion
+    error, json_encode can eat up all system memory). (Jakub Zelenka)
+
 - Opcache:
   . Fixed bug #72949 (Typo in opcache error message). (cmb)