query error). (Nikita)
. Fixed bug #76815 (PDOStatement cannot be GCed/closeCursor-ed when a
PROCEDURE resultset SIGNAL). (Nikita)
- . Fixed #75102 (`PharData` says invalid checksum for valid tar). (cmb)
+ . 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 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)