diff options
author | Daniel Lowrey <rdlowrey@php.net> | 2014-08-25 19:50:02 +0200 |
---|---|---|
committer | Daniel Lowrey <rdlowrey@php.net> | 2014-08-25 19:50:02 +0200 |
commit | ffab52ad7d88b57ba2fa951b4694d40ab1698ec0 (patch) | |
tree | d694534163f6275e24b6d5a44556e05eda5ff4af | |
parent | 546a32e2b3e73f6e812c2a61fe8de6fbdc1def58 (diff) | |
parent | f463523cdade48b741668ae2e80c866b4e3e753e (diff) | |
download | php-git-ffab52ad7d88b57ba2fa951b4694d40ab1698ec0.tar.gz |
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Update NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,6 +13,10 @@ PHP NEWS . 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) + - Zlib: . Fixed bug #67865 (internal corruption phar error). Mike |