From: Christoph M. Becker Date: Tue, 15 Dec 2020 10:45:35 +0000 (+0100) Subject: Merge branch 'PHP-7.4' into PHP-8.0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2fbab392c5b25aeb2daf243f4107557416942fb;p=php Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fix #77322: PharData::addEmptyDir('/') Possible integer overflow --- c2fbab392c5b25aeb2daf243f4107557416942fb diff --cc NEWS index 00052761bd,06781af7db..247656ac5e --- a/NEWS +++ b/NEWS @@@ -57,20 -48,6 +57,22 @@@ PH query error). (Nikita) . Fixed bug #76815 (PDOStatement cannot be GCed/closeCursor-ed when a PROCEDURE resultset SIGNAL). (Nikita) + . Fixed bug #79872 (Can't execute query with pending result sets). (Nikita) + . Fixed bug #79131 (PDO does not throw an exception when parameter values are + missing). (Nikita) + . Fixed bug #72368 (PdoStatement->execute() fails but does not throw an + exception). (Nikita) + . Fixed bug #62889 (LOAD DATA INFILE broken). (Nikita) + . Fixed bug #67004 (Executing PDOStatement::fetch() more than once prevents + releasing resultset). (Nikita) + . Fixed bug #79132 (PDO re-uses parameter values from earlier calls to + execute()). (Nikita) + +- Phar: + . Fixed bug #73809 (Phar Zip parse crash - mmap fail). (cmb) - . Fixed #75102 (`PharData` says invalid checksum for valid tar). (cmb) ++ . Fixed bug #75102 (`PharData` says invalid checksum for valid tar). (cmb) ++ . Fixed bug #77322 (PharData::addEmptyDir('/') Possible integer overflow). ++ (cmb) - Phpdbg: . Fixed bug #76813 (Access violation near NULL on source operand). (cmb)