bring the news

This commit is contained in:
Andrey Hristov 2013-11-25 21:31:51 +02:00
parent 345032946c
commit 1b0e6067d5

4
NEWS
View File

@ -15,6 +15,10 @@ PHP NEWS
- MySQLi:
. Fixed bug #66043 (Segfault calling bind_param() on mysqli). (Laruence)
- mysqlnd:
. Fixed bug #66124 (mysqli under mysqlnd loses precision when bind_param
with 'i'). (Andrey)
- PDO
. Fixed bug 65946 (sql_parser permanently converts values bound to strings)