From 3e167ba990afc1f46739dfed9d4ba42e9389b2f2 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Mon, 28 Jul 2014 00:38:10 -0700 Subject: [PATCH] fix NEWS --- NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 97c9ae28524..c2b6a97532d 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,9 @@ PHP NEWS - COM: . Fixed missing type checks in com_event_sink (Yussuf Khalil, Stas). +- OpenSSL: + . Fixed missing type checks in OpenSSL options (Yussuf Khalil, Stas). + - Readline: . Fixed bug #55496 (Interactive mode doesn't force a newline before the prompt). (Bob, Johannes) @@ -19,9 +22,6 @@ PHP NEWS sorting). (research at insighti dot org, Laruence) . Fixed bug #67538 (SPL Iterators use-after-free). (CVE-2014-4670) (Laruence) -- OpenSSL: - . Fixed missing type checks in OpenSSL options (Yussuf Khalil, Stas). - 24 Jul 2014, PHP 5.4.31 - Core: