| PEAR Announce 2005-06-08, 3:58 pm |
| The new PEAR package MDB2_Driver_mysql-0.1.0 (beta) has been released at http://pear.php.net/.
Release notes
-------------
first unbundled release from MDB2 core
- fixed new_link support (bug #4308)
- dont just check for isset() for boolean values in order to support
setting them false as well (bug #4373)
- ensure SQL injection protection in all _quote() methods (was missing in
some decimal, float, time, date and timestamp implementations)
- dont inherite from the mysqli driver anymore to prevent indirect dependency on mysqli
Package Info
-------------
This is the MySQL MDB2 driver.
Related Links
-------------
Package home: http://pear.php.net/package/MDB2_Driver_mysql
Changelog: http://pear.php.net/package/MDB2_Dr.../download/0.1.0
Download: http://pear.php.net/get/MDB2_Driver_mysql-0.1.0.tgz
Authors
-------------
Lukas Smith <smith@backendmedia.com> (lead)
|