summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2013-11-25 21:31:51 +0200
committerAndrey Hristov <andrey@php.net>2013-11-25 21:31:51 +0200
commit1b0e6067d5706084ce9d0b2b4461d82484dbcade (patch)
tree4931be6c687a0aa4d0845bd4eb2e23f4634d09ac
parent345032946c9143d0d343ef1b5de12b6130780fdf (diff)
downloadphp-git-1b0e6067d5706084ce9d0b2b4461d82484dbcade.tar.gz
bring the news
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e06dc8334f..c5b5996328 100644
--- a/NEWS
+++ b/NEWS
@@ -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)