From: Nikita Popov Date: Fri, 16 Feb 2018 19:30:23 +0000 (+0100) Subject: Merge branch 'PHP-7.1' into PHP-7.2 X-Git-Tag: php-7.2.4RC1~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0674d677bc82d448395f57e5612fc7280a2f5846;p=php Merge branch 'PHP-7.1' into PHP-7.2 --- 0674d677bc82d448395f57e5612fc7280a2f5846 diff --cc NEWS index f070163a72,6e7e7e8840..90a7977003 --- a/NEWS +++ b/NEWS @@@ -33,15 -33,6 +33,17 @@@ PH . Fixed bug #65414 (deal with leading slash when adding files correctly). (bishopb) +- ODBC: + . Fixed bug #73725 (Unable to retrieve value of varchar(max) type). (Anatol) + +- Opcache: + . Fixed bug #75729 (opcache segfault when installing Bitrix). (Nikita) + . Fixed bug #75893 (file_get_contents $http_response_header variable bugged + with opcache). (Nikita) + . Fixed bug #75938 (Modulus value not stored in variable). (Nikita) ++ . Fixed bug #75969 (Assertion failure in live range DCE due to block pass ++ misoptimization). (Nikita) + - SPL: . Fixed bug #74519 (strange behavior of AppendIterator). (jhdxr)