From: Andrey Hristov Date: Thu, 24 Mar 2011 16:19:01 +0000 (+0000) Subject: here comes the news X-Git-Tag: php-5.3.7RC1~209 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=018013e579cd8a34c36376dce08ef298892de413;p=php here comes the news --- diff --git a/NEWS b/NEWS index ab461b412f..8332b18142 100644 --- a/NEWS +++ b/NEWS @@ -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).