summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2015-09-05 03:22:45 +0200
committerChristoph M. Becker <cmb@php.net>2015-09-05 03:22:45 +0200
commit403974f4dc762cf0c5f1ac09009fff13543e099c (patch)
tree555bfd3dd4c0c0c7f43031a7a1411ca2a033366b
parent28e82cc7148cb910c70c3a25b855f4e47992b822 (diff)
downloadphp-git-403974f4dc762cf0c5f1ac09009fff13543e099c.tar.gz
updated NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c6c98b696a..ec4d100be4 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ PHP NEWS
. Fixed bug #70029 (nodeValue of DOMElement list content of children nodes).
(cmb)
+- OpenSSL:
+ . Fixed bug #70395 (Missing ARG_INFO for openssl_seal()). (cmb)
+
- Streams:
. Fixed bug #70361 (HTTP stream wrapper doesn't close keep-alive connections).
(Niklas Keller)