diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2005-06-30 21:00:35 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2005-06-30 21:00:35 +0000 |
commit | c6cbbdb335d9f698d69b4871e246c1e35626b58a (patch) | |
tree | 62fd52003d9de799a64e04c399c190dca2026f07 | |
parent | e6148391117c284b4847ef9a7c43128aa98199ac (diff) | |
download | php-git-c6cbbdb335d9f698d69b4871e246c1e35626b58a.tar.gz |
SQLite lib upgrade news.
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2005, PHP 5.1 Beta 3 +- Upgraded bundled SQLite library for PDO:SQLite to 3.2.2 (Ilia) - Added PDO_MYSQL_ATTR_USE_BUFFERED_QUERY parameter for pdo_mysql. (Ilia) - Fixed bug #33491 (crash after extending MySQLi internal class). (Tony) - Fixed bug #33475 (cURL handle is not closed on curl_close(). (Ilia) |