here comes the news

This commit is contained in:
Andrey Hristov 2011-03-24 16:19:01 +00:00
parent 8b33e6fae0
commit 018013e579

4
NEWS
View File

@ -26,6 +26,10 @@ PHP NEWS
- MySQL Improved extension:
. Fixed Bug #54221 (mysqli::get_warnings segfault when used in multi queries).
(Andrey)
- mysqlnd
. Fixed crash when using more than 28,000 bound parameters. Workaround is to
set mysqlnd.net_cmd_buffer_size to at least 9000. (Andrey)
- PDO DBlib driver:
. Fixed bug #54167 (PDO_DBLIB returns null on SQLUNIQUE field).