From f5b4aae7acad9ad86bd00c0209af28b273e5d82e Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Mon, 29 Aug 2016 14:59:44 +0100 Subject: [PATCH] Update NEWS with info about a json_encode fail return --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 6dc4f1aeef..97169e7879 100644 --- 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) -- 2.50.1