summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCôme Bernigaud <mcmic@php.net>2016-03-01 09:55:24 +0100
committerCôme Bernigaud <mcmic@php.net>2016-03-01 09:56:19 +0100
commitafcce5ceca0a5cf002d5c13f4d6e009b4c4bc515 (patch)
tree9c1b1710cfcc63ac993b4900c18da9dad5275521
parent0df2575e9fc7e931951c838cf448e79f96e6eecf (diff)
downloadphp-git-afcce5ceca0a5cf002d5c13f4d6e009b4c4bc515.tar.gz
Updated NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2c3eb10509..5e010826a8 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,10 @@ PHP NEWS
. Fixed bug #71535 (Integer overflow in zend_mm_alloc_heap()). (Dmitry)
. Fixed bug #71470 (Leaked 1 hashtable iterators). (Nikita)
+- LDAP:
+ . Merged PR #1765 adding support for LDAP_OPT_X_TLS_REQUIRE_CERT option in
+ ldap_set_option and ldap_get_option. (Côme)
+
- libxml:
. Fixed bug #71536 (Access Violation crashes php-cgi.exe). (Anatol)