From: Nikita Popov Date: Tue, 9 Jan 2018 19:24:25 +0000 (+0100) Subject: Merge branch 'PHP-7.1' into PHP-7.2 X-Git-Tag: php-7.2.2RC1~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2dd80a078251273cdfd8d8fda71651e5ecc40040;p=php Merge branch 'PHP-7.1' into PHP-7.2 --- 2dd80a078251273cdfd8d8fda71651e5ecc40040 diff --cc NEWS index 5120e832a1,8414fcd79a..ad409a113f --- a/NEWS +++ b/NEWS @@@ -1,25 -1,12 +1,27 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2018, PHP 7.1.14 +?? ??? ????, PHP 7.2.2 - Core: + . Fixed bug #75742 (potential memleak in internal classes's static members). + (Laruence) . Fixed bug #75679 (Path 260 character problem). (Anatol) + . Fixed bug #75614 (Some non-portable == in shell scripts). (jdolecek) + . Fixed bug #75786 (segfault when using spread operator on generator passed + by reference). (Nikita) +- Opcache: + . Fixed bug #75687 (var 8 (TMP) has array key type but not value type). + (Nikita, Laruence) + . Fixed bug #75698 (Using @ crashes php7.2-fpm). (Nikita) + +- PDO: + . Fixed bug #75616 (PDO extension doesn't allow to be built shared on Darwin). + (jdolecek) + +- PDO MySQL: + . Fixed bug #75615 (PDO Mysql module can't be built as module). (jdolecek) + - Opcache: . Fixed bug #75720 (File cache not populated after SHM runs full). (Dmitry) . Fixed bug #75579 (Interned strings buffer overflow may cause crash).