diff options
author | Ferenc Kovacs <tyrael@php.net> | 2014-08-27 04:07:37 +0200 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2014-08-27 04:07:37 +0200 |
commit | f7b7c1459448ca57e59d80f90ebc70f68fcb5271 (patch) | |
tree | b5cab6bd2412a1a02613400e6104ca00e1a0aee7 | |
parent | 86b2d7b5234a88eac13c1d89b48d02c9ddbaa345 (diff) | |
download | php-git-f7b7c1459448ca57e59d80f90ebc70f68fcb5271.tar.gz |
update NEWS to reflect what makes into 5.6.0 final
-rw-r--r-- | NEWS | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -1,22 +1,27 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2014, PHP 5.6.0 ??? + +?? ??? 2014, PHP 5.6.1 - Core: . Fixed bug #67878 (program_prefix not honoured in man pages). (Remi) -- Fileinfo: - . Fixed bug #67716 (Segfault in cdf.c). (CVE-2014-3587) (Remi) - - GD . Made fontFetch's path parser thread-safe. (Sara) - . Fixed bug #67730 (Null byte injection possible with imagexxx functions). - (CVE-2014-5120) (Ryan Mauger) - OpenSSL . Fixed bug #67850 (extension won't build if openssl compiled without SSLv3) (Daniel Lowrey) +28 Aug 2014, PHP 5.6.0 + +- Fileinfo: + . Fixed bug #67716 (Segfault in cdf.c). (CVE-2014-3587) (Remi) + +- GD + . Fixed bug #67730 (Null byte injection possible with imagexxx functions). + (CVE-2014-5120) (Ryan Mauger) + - Zlib: . Fixed bug #67865 (internal corruption phar error). Mike |