]> granicus.if.org Git - php/commitdiff
here comes the news
authorAndrey Hristov <andrey@php.net>
Thu, 24 Mar 2011 16:19:01 +0000 (16:19 +0000)
committerAndrey Hristov <andrey@php.net>
Thu, 24 Mar 2011 16:19:01 +0000 (16:19 +0000)
NEWS

diff --git a/NEWS b/NEWS
index ab461b412f159602f5ab1d37272539ece6b6d50a..8332b18142554ca60ed0162776e7bb307aa29b64 100644 (file)
--- 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).