Fix OpenSSL record in NEWS file

This commit is contained in:
Jakub Zelenka 2015-09-06 16:51:06 +01:00
parent 473ccf47a5
commit a49d394beb

4
NEWS
View File

@ -9,10 +9,6 @@ PHP NEWS
. Fixed bug #70001 (Assigning to DOMNode::textContent does additional entity
encoding). (cmb)
- OpenSSL:
. Fixed bug #70395 (Missing ARG_INFO for openssl_seal()). (cmb)
. Fixed bug #60632 (openssl_seal fails with AES). (Jakub Zelenka)
- Streams:
. Fixed bug #70361 (HTTP stream wrapper doesn't close keep-alive connections).
(Niklas Keller)