]> granicus.if.org Git - php/commitdiff
Updated NEWS
authorCôme Bernigaud <mcmic@php.net>
Tue, 1 Mar 2016 08:55:24 +0000 (09:55 +0100)
committerCôme Bernigaud <mcmic@php.net>
Tue, 1 Mar 2016 08:56:19 +0000 (09:56 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 2c3eb105099e7f364a48f93e0157b818b0e23b52..5e010826a82de53a5da4548b215a14f7e5d0f8ca 100644 (file)
--- 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)