summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2015-09-09 03:12:59 +0200
committerChristoph M. Becker <cmb@php.net>2015-09-09 03:12:59 +0200
commitb89f128480e673c0c0981a0037c6f4af883881d0 (patch)
tree3bcb38d3861971c6236d0273d08199b8f1f491a1
parent7b3616db775ce11bd85918af2a7a38bb15c3729f (diff)
downloadphp-git-b89f128480e673c0c0981a0037c6f4af883881d0.tar.gz
updated NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7d4206ee98..7490219a8b 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,10 @@ PHP NEWS
. Fixed bug #70001 (Assigning to DOMNode::textContent does additional entity
encoding). (cmb)
+- Mysqlnd:
+ . Fixed bug #70456 (mysqlnd doesn't activate TCP keep-alive when connecting to
+ a server). (Sergei Turchanov)
+
- OpenSSL:
. Fixed bug #55259 (openssl extension does not get the DH parameters from
DH key resource). (Jakub Zelenka)