From: Christoph M. Becker Date: Mon, 11 Sep 2017 17:07:22 +0000 (+0200) Subject: [ci-skip] Add NEWS entry for bug #75185 X-Git-Tag: php-7.2.0RC2~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=613bac9eb36d9aae6a7d91bd3852865f44106d12;p=php [ci-skip] Add NEWS entry for bug #75185 --- diff --git a/NEWS b/NEWS index 2784f3fd1d..0f7b58aa9c 100644 --- a/NEWS +++ b/NEWS @@ -85,6 +85,10 @@ PHP NEWS - FTP: . Added ftp_append() function. (blar) +- JSON: + . Fixed bug #75185 (Buffer overflow in json_decode() with + JSON_INVALID_UTF8_IGNORE or JSON_INVALID). (Jakub Zelenka) + - Mbstring: . Fixed bug #75001 (Wrong reflection on mb_eregi_replace). (Fabien Villepinte)