summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8f8e2954b1..3bd66a0231 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ PHP NEWS
- Core:
. Fixed #80706 (mail(): Headers after Bcc headers may be ignored). (cmb)
+- MySQLnd:
+ . Fixed bug #78680 (mysqlnd's mysql_clear_password does not transmit
+ null-terminated password). (Daniel Black)
+
- MySQLi:
. Fixed bug #74779 (x() and y() truncating floats to integers). (cmb)