From: Nikita Popov Date: Sat, 28 Oct 2017 10:58:11 +0000 (+0200) Subject: Merge branch 'PHP-7.1' into PHP-7.2 X-Git-Tag: php-7.2.0RC6~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58f90ab569b1a6fb5842dfa514794ace907ac35b;p=php Merge branch 'PHP-7.1' into PHP-7.2 --- 58f90ab569b1a6fb5842dfa514794ace907ac35b diff --cc NEWS index 9a7b89ecc6,f9345b438c..1a0fb8c159 --- a/NEWS +++ b/NEWS @@@ -5,13 -5,6 +5,17 @@@ PH - Core: . Fixed bug #75420 (Crash when modifing property name in __isset for BP_VAR_IS). (Laruence) + +- GD: + . Fixed bug #75437 (Wrong reflection on imagewebp). (Fabien Villepinte) + ++- Mysqli: ++ . Fixed bug #75434 (Wrong reflection for mysqli_fetch_all function). (Fabien ++ Villepinte) ++ +26 Oct 2017, PHP 7.2.0RC5 + +- Core: . Fixed bug #75368 (mmap/munmap trashing on unlucky allocations). (Nikita, Dmitry)