From: Nikita Popov Date: Thu, 10 Dec 2020 09:31:23 +0000 (+0100) Subject: Merge branch 'PHP-7.4' into PHP-8.0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b678bc4d5f56810e468bae7b6fdd9bd825b58ab;p=php Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fixed bug #71145 --- 9b678bc4d5f56810e468bae7b6fdd9bd825b58ab diff --cc NEWS index 654544bb8f,7eeea0c400..b40a1dea51 --- a/NEWS +++ b/NEWS @@@ -43,15 -36,11 +43,17 @@@ PH statements). (Nikita) . Fixed bug #78152 (PDO::exec() - Bad error handling with multiple commands). (Nikita) + . Fixed bug #66878 (Multiple rowsets not returned unless PDO statement object + is unset()). (Nikita) . Fixed bug #70066 (Unexpected "Cannot execute queries while other unbuffered queries"). (Nikita) + . Fixed bug #71145 (Multiple statements in init command triggers unbuffered + query error). (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)