summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lowrey <rdlowrey@php.net>2014-08-25 19:50:02 +0200
committerDaniel Lowrey <rdlowrey@php.net>2014-08-25 19:50:02 +0200
commitffab52ad7d88b57ba2fa951b4694d40ab1698ec0 (patch)
treed694534163f6275e24b6d5a44556e05eda5ff4af
parent546a32e2b3e73f6e812c2a61fe8de6fbdc1def58 (diff)
parentf463523cdade48b741668ae2e80c866b4e3e753e (diff)
downloadphp-git-ffab52ad7d88b57ba2fa951b4694d40ab1698ec0.tar.gz
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ad21933b7d..2d91d1c6af 100644
--- a/NEWS
+++ b/NEWS
@@ -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