summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lowrey <rdlowrey@php.net>2014-02-14 21:42:36 -0700
committerDaniel Lowrey <rdlowrey@php.net>2014-02-14 21:42:36 -0700
commitcf0741fd5baaf225e00758f624c779f04c21ea80 (patch)
treee9561ee8906efdd37b88b40f68c05bd273b16748
parent65adb74984db4d93e57ddc2583e6bceee5bdc7da (diff)
downloadphp-git-cf0741fd5baaf225e00758f624c779f04c21ea80.tar.gz
Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c657efc943..f1a02eea17 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,10 @@ PHP NEWS
. Implemented ldap_modify_batch (https://wiki.php.net/rfc/ldap_modify_batch).
(Ondřej Hošek)
+- Openssl:
+ . Fixed bug #66501 (Add EC key support to php_openssl_is_private_key).
+ (Mark Zedwood)
+
- PCRE:
. Upgraded to PCRE 8.34. (Anatol)