]> granicus.if.org Git - php/commitdiff
here comes the news
authorAndrey Hristov <andrey@php.net>
Mon, 9 May 2011 16:22:54 +0000 (16:22 +0000)
committerAndrey Hristov <andrey@php.net>
Mon, 9 May 2011 16:22:54 +0000 (16:22 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 084c9146fbdcd91fec6cb268994f7a0d14515262..533770c2196b494fb9db7cdd392a6d9c613e899a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -71,6 +71,8 @@ PHP                                                                        NEWS
 - 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)
+  . Fixed bug #54674 mysqlnd valid_sjis_(head|tail) is using invalid operator
+    and range). (nihen at megabbs dot com, Andrey)
     
 - PDO DBlib driver:
   . Fixed bug #54167 (PDO_DBLIB returns null on SQLUNIQUE field).