summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lowrey <rdlowrey@php.net>2014-08-07 12:40:52 -0400
committerDaniel Lowrey <rdlowrey@php.net>2014-08-07 12:40:52 -0400
commit6e8de9b4185e55b091a0293397845cb8dd8b79bd (patch)
tree0c5bb2f43f4e12301fd3f0dbcf43d517e444a3d4
parentdc53eba23b010187c6873fc5bc8313f3ac38af87 (diff)
downloadphp-git-6e8de9b4185e55b091a0293397845cb8dd8b79bd.tar.gz
Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2158d46375..6cc1304c13 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,10 @@ PHP NEWS
- Milter:
. Fixed bug #67715 (php-milter does not build and crashes randomly). (Mike)
+- OpenSSL:
+ . Fixed bug #41631 (socket timeouts not honored in blocking SSL reads)
+ (Daniel Lowrey).
+
- SPL:
. Revert fix for bug #67064 (BC issues). (Bob)