diff options
author | Andrey Hristov <andrey@php.net> | 2010-08-17 15:39:26 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2010-08-17 15:39:26 +0000 |
commit | 18aadba237cb062b44b40ed2254ef3c120036f5a (patch) | |
tree | bd000227aab1aa46beab9e716b747fc83e0003b9 | |
parent | 8600c1b4dad9479730cb5e00e7904a1fdb2e87b2 (diff) | |
download | php-git-18aadba237cb062b44b40ed2254ef3c120036f5a.tar.gz |
here comes the news
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -89,6 +89,8 @@ - Removed support for linking against MySQL client libraries older 4.1 from PDO_mysql. (Johannes) +- Deprecated mysql_list_dbs() (Request #50667). (Andrey) + - Implemented FR #52555 (Ability to get HTTP response code). (Paul Dragoonis) - Implemented FR #51295 (SQLite3::busyTimeout not existing). (Mark) - Implemented FR #48632 (OpenSSL AES support). (yonas dot y |