summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-07-28 00:38:10 -0700
committerStanislav Malyshev <stas@php.net>2014-07-28 00:38:10 -0700
commit3e167ba990afc1f46739dfed9d4ba42e9389b2f2 (patch)
treeade8282ef527d8747e1f514f6d9ef98f7f7c9f1d
parentb4a4db467b6a1e90131705832f1a3613a60c4259 (diff)
downloadphp-git-3e167ba990afc1f46739dfed9d4ba42e9389b2f2.tar.gz
fix NEWS
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 97c9ae2852..c2b6a97532 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: