From: Xinchen Hui Date: Wed, 15 Jun 2016 06:56:41 +0000 (+0800) Subject: These bugs are also in 7.1-alpha X-Git-Tag: php-7.1.0alpha3~42^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=053a6eb0febeb6d38b0a495f305b6d8bc3102b6b;p=php These bugs are also in 7.1-alpha --- diff --git a/NEWS b/NEWS index a99bf6ccee..181043f9c2 100644 --- a/NEWS +++ b/NEWS @@ -7,9 +7,18 @@ PHP NEWS . Fixed bug #72373 (TypeError after Generator function w/declared return type finishes). (Nikita) +- Mbstring: + . Fixed bug #72405 (mb_ereg_replace - mbc_to_code (oniguruma) - + oob read access). (Laruence) + . Fixed bug #72399 (Use-After-Free in MBString (search_re)). (Laruence) + - Sqlite3: . Implemented FR #72385 (Update SQLite bundle lib(3.13.0)). (Laruence) +- Standard: + . Fixed bug #72306 (Heap overflow through proc_open and $env parameter). + (Laruence) + 09 Jun 2016, PHP 7.1.0alpha1 - Core: