summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lowrey <rdlowrey@php.net>2015-04-14 09:37:17 -0600
committerDaniel Lowrey <rdlowrey@php.net>2015-04-14 09:37:17 -0600
commitb9940ab1bd03716459b48e0d21a63ecad283f460 (patch)
tree73d276e34f91a28c0390593d7798ad2495f0786c
parent81f356b4aea79cd8f86e16096c7ccfbc455bfc3c (diff)
downloadphp-git-b9940ab1bd03716459b48e0d21a63ecad283f460.tar.gz
Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9c90f3c8fe..70eeda6b00 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,10 @@ PHP NEWS
. Fixed bug #69354 (Incorrect use of SQLColAttributes with ODBC 3.0).
(Anatol)
+- OpenSSL:
+ . Fixed bug #69402 (Reading empty SSL stream hangs until timeout).
+ (Daniel Lowrey)
+
- Sqlite3:
. Fixed bug #66550 (SQLite prepared statement use-after-free). (Sean Heelan)