1
0
mirror of https://github.com/php/php-src.git synced 2026-04-07 16:13:32 +02:00

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix NEWS
This commit is contained in:
Stanislav Malyshev
2014-07-28 00:38:19 -07:00

6
NEWS
View File

@@ -9,6 +9,9 @@ PHP NEWS
. Fixed bug #67635 (php links to systemd libraries without using pkg-config).
(pacho@gentoo.org, Remi)
- 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)
@@ -18,9 +21,6 @@ PHP NEWS
- Sessions:
. Fixed missing type checks in php_session_create_id (Yussuf Khalil, Stas).
- OpenSSL:
. Fixed missing type checks in OpenSSL options (Yussuf Khalil, Stas).
24 Jul 2014, PHP 5.5.15
- Core: