From: Nikita Popov Date: Mon, 29 Jul 2019 09:26:15 +0000 (+0200) Subject: Merge branch 'PHP-7.3' into PHP-7.4 X-Git-Tag: php-7.4.0beta2~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2eb159d589eefc089627a0004e61ebcd35eef1e1;p=php Merge branch 'PHP-7.3' into PHP-7.4 --- 2eb159d589eefc089627a0004e61ebcd35eef1e1 diff --cc NEWS index 952071d36f,58cc45e10c..7a34dec7c5 --- a/NEWS +++ b/NEWS @@@ -1,12 -1,19 +1,16 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 7.3.9 +?? ??? ????, PHP 7.4.0beta2 -- Curl: - . Fixed bug #77946 (Bad cURL resources returned by curl_multi_info_read()). - (Abyr Valg) +- Core: + . Fixed bug #78340 (Include of stream wrapper not reading whole file). + (Nikita) + . Fixed bug #78344 (Segmentation fault on zend_check_protected). (Nikita) + - Exif: + . Fixed bug #78333 (Exif crash (bus error) due to wrong alignment and + invalid cast). (Nikita) + -- FPM: - . Fixed bug #77185 (Use-after-free in FPM master event handling). - (Maksim Nikulin) - - Iconv: . Fixed bug #78342 (Bus error in configure test for iconv //IGNORE). (Rainer Jung)