From: Jakub Zelenka Date: Mon, 29 Aug 2016 13:59:44 +0000 (+0100) Subject: Update NEWS with info about a json_encode fail return X-Git-Tag: php-7.1.0RC1~39^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5b4aae7acad9ad86bd00c0209af28b273e5d82e;p=php Update NEWS with info about a json_encode fail return --- 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)