From: Nikita Popov Date: Tue, 8 Dec 2020 10:35:27 +0000 (+0100) Subject: Merge branch 'PHP-7.4' into PHP-8.0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd72e4aa44c8989180d846714d3e570ac9970fb1;p=php Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fixed bug #63185 --- bd72e4aa44c8989180d846714d3e570ac9970fb1 diff --cc NEWS index 66c15f4231,b242d30415..923fe715ef --- a/NEWS +++ b/NEWS @@@ -38,11 -27,13 +38,13 @@@ PH - PDO MySQL: . Fixed bug #80458 (PDOStatement::fetchAll() throws for upsert queries). (Kamil Tekiela) + . Fixed bug #63185 (nextRowset() ignores MySQL errors with native prepared + statements). (Nikita) +- Phar: + . Fixed bug #73809 (Phar Zip parse crash - mmap fail). (cmb) + . Fixed #75102 (`PharData` says invalid checksum for valid tar). (cmb) + - Phpdbg: . Fixed bug #76813 (Access violation near NULL on source operand). (cmb)