diff options
author | Ferenc Kovacs <tyrael@php.net> | 2014-07-02 02:18:48 +0200 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2014-07-02 02:18:48 +0200 |
commit | d5d95f89351a72db7108d05fc9a86c949d4d5084 (patch) | |
tree | bef61499504ecd9c73d9fd26a27c65847a1a6277 | |
parent | 996fc5751569fa76c547ecc4e90b70a4c280f835 (diff) | |
download | php-git-d5d95f89351a72db7108d05fc9a86c949d4d5084.tar.gz |
add some missing NEWS entries
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -11,12 +11,19 @@ PHP NEWS (Andreas Ferber) . Fixed bug #67091 (make install fails to install libphp5.so on FreeBSD 10.0). (Ferenc) + . Fixed bug #67498 (phpinfo() Type Confusion Information Leak Vulnerability). + (Stefan Esser) - FPM: . Fix bug #67531 (syslog cannot be set in pool configuration). (Remi) . Fix bug #67541 (Fix Apache 2.4.10+ SetHandler proxy:fcgi:// incompatibilities). (David Zuelke) +- Intl: + . Fixed bug #67349 (Locale::parseLocale Double Free). (Stas) + . Fixed bug #67397 (Buffer overflow in locale_get_display_name and + uloc_getDisplayName (libicu 4.8.1)). (Stas) + - pgsql: . Fix bug #67550 (Error in code "form" instead of "from", pgsql.c, line 756), which affected builds against libpq < 7.3. (Adam) @@ -32,6 +39,10 @@ PHP NEWS . Fix issue krakjoe/phpdbg#100 (No way to list the current stack/frames) (Help entry was missing). (Bob) +- SPL: + . Fixed bug #67492 (unserialize() SPL ArrayObject / SPLObjectStorage Type + Confusion) (CVE-2014-3515). (Stefan Esser) + 19 Jun 2014, PHP 5.6.0 Release Candidate 1 - Core: |