From: "PEAR Announce" on
The new PEAR package MDB2_Driver_mysqli-1.5.0b3 (beta) has been released at http://pear.php.net/.

Release notes
-------------
- fixed bug #16003: incorrect check for error after mysqli_store_result
- fixed bug #16147: first prepared statement is emulated when using factory with mysql
- fixed bug #17037: 'on update' not mentioned in tableInfo()
- fixed bug #17065: There is no NEW row in on DELETE trigger (fix error in FK constraint triggers)
- fixed bug #17650: lastInsertId can not handle bigint, forces cast to integer [alexpw]
- return ON UPDATE|DELETE action in getTableConstraintDefinition()
- result->free() now works on multiple result sets

open todo items:
- use a trigger to emulate setting default now()

Package Info
------------
This is the MySQLi MDB2 driver.

Related Links
-------------
Package home: http://pear.php.net/package/MDB2_Driver_mysqli
Changelog: http://pear.php.net/package/MDB2_Driver_mysqli/download/1.5.0b3
Download: http://download.pear.php.net/package/MDB2_Driver_mysqli-1.5.0b3.tgz

Authors
-------
Lorenzo Alberton <l.alberton(a)quipo.it> (lead)