1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 22:11:12 +02:00
This commit is contained in:
Stanislav Malyshev
2014-07-28 00:38:10 -07:00
parent b4a4db467b
commit 3e167ba990

6
NEWS
View File

@@ -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: