From: Christoph M. Becker Date: Sat, 5 Sep 2015 01:22:45 +0000 (+0200) Subject: updated NEWS X-Git-Tag: php-7.1.0alpha1~1241 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=403974f4dc762cf0c5f1ac09009fff13543e099c;p=php updated NEWS --- 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)