From: Jakub Zelenka Date: Sun, 15 May 2016 13:15:04 +0000 (+0100) Subject: Update NEWS with info about JSON parser method X-Git-Tag: php-7.1.0alpha1~128 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc63879d46c1de687ac859bff1306511d8d1ba9e;p=php Update NEWS with info about JSON parser method --- diff --git a/NEWS b/NEWS index 381fb181eb..6ae33d3700 100644 --- a/NEWS +++ b/NEWS @@ -46,6 +46,8 @@ PHP NEWS . Added SHA512/256 and SHA512/224 algorithms. (Sara) - JSON: + . Exported JSON parser API including json_parser_method that can be used + for implementing custom logic when parsing JSON. (Jakub Zelenka) . Escaped U+2028 and U+2029 when JSON_UNESCAPED_UNICODE is supplied as json_encode options and added JSON_UNESCAPED_LINE_TERMINATORS to restore the previous behaviour. (Eddie Kohler)