diff options
author | Christoph M. Becker <cmb@php.net> | 2015-09-05 03:22:45 +0200 |
---|---|---|
committer | Christoph M. Becker <cmb@php.net> | 2015-09-05 03:22:45 +0200 |
commit | 403974f4dc762cf0c5f1ac09009fff13543e099c (patch) | |
tree | 555bfd3dd4c0c0c7f43031a7a1411ca2a033366b | |
parent | 28e82cc7148cb910c70c3a25b855f4e47992b822 (diff) | |
download | php-git-403974f4dc762cf0c5f1ac09009fff13543e099c.tar.gz |
updated NEWS
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |