From: Jakub Zelenka Date: Sun, 6 Sep 2015 15:51:06 +0000 (+0100) Subject: Fix OpenSSL record in NEWS file X-Git-Tag: php-7.1.0alpha1~1235 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a49d394beb80cf0efa582559463af9a045fc0407;p=php Fix OpenSSL record in NEWS file --- diff --git a/NEWS b/NEWS index 01b57e8f91..82bf2fed40 100644 --- a/NEWS +++ b/NEWS @@ -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)