]> granicus.if.org Git - php/commitdiff
ldap_escape() notes
authorMichael Wallner <mike@php.net>
Thu, 24 Oct 2013 08:36:44 +0000 (10:36 +0200)
committerMichael Wallner <mike@php.net>
Thu, 24 Oct 2013 08:36:44 +0000 (10:36 +0200)
UPGRADING

index b19c3dd5410e55d67af55c9690269544b99337ce..d2133338a3486e85c3402df4986595680ed170b0 100755 (executable)
--- a/UPGRADING
+++ b/UPGRADING
@@ -79,6 +79,9 @@ PHP X.Y UPGRADE NOTES
 - Openssl:
   Added string openssl_x509_fingerprint($x509, $type, $binary).
 
+- LDAP:
+  Added ldap_escape($value, $ignore = "", $flags = 0).
+
 ========================================
 6. New Classes and Interfaces
 ========================================
@@ -113,6 +116,9 @@ PHP X.Y UPGRADE NOTES
 9. New Global Constants
 ========================================
 
+- LDAP:
+  LDAP_ESCAPE_FILTER int(1)
+  LDAP_ESCAPE_DN     int(2)
 
 ========================================
 10. Changes to INI File Handling