summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)