summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xUPGRADING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index b19c3dd541..d2133338a3 100755
--- 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