]> granicus.if.org Git - php/commitdiff
mention ldap_modify_batch()
authorFerenc Kovacs <tyrael@php.net>
Thu, 13 Feb 2014 22:21:28 +0000 (23:21 +0100)
committerFerenc Kovacs <tyrael@php.net>
Thu, 13 Feb 2014 22:21:28 +0000 (23:21 +0100)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 3ffd0e921a0d635fa99d8dd2b1e253dc406bc77e..127655b060323fe54ae18e20cb86aec8a83504d9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,8 @@ PHP                                                                        NEWS
 - PCRE:
   . Upgraded to PCRE 8.34. (Anatol)
 
+- ldap
+  . Added new function ldap_modify_batch(). (Ondrej Hosek)
 
 23 Jan 2014, PHP 5.6.0 Alpha 1
 - CLI server:
index b04cb4a1c72a279d5630789c0eef7504009a9ba6..9a3e49e7b98134656dbab9ae673ac033d22a7251 100755 (executable)
--- a/UPGRADING
+++ b/UPGRADING
@@ -117,6 +117,7 @@ PHP X.Y UPGRADE NOTES
 
 - LDAP:
   Added ldap_escape($value, $ignore = "", $flags = 0).
+  Added ldap_modify_batch($link_identifier, $dn, $modifications) described in https://wiki.php.net/rfc/ldap_modify_batch.
 
 - Zip:
   Added ZipArchive::setPassword($password)