summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2013-10-24 10:36:44 +0200
committerMichael Wallner <mike@php.net>2013-10-24 10:36:44 +0200
commitdfe4b15b8e8932ce3c49b670ca2e59e70ebc0055 (patch)
tree3e356dbe3dfd4964e56e8dc8672bec31ac3170a7
parent96b6d4be49a201072961ee8f062ee11540d42b60 (diff)
downloadphp-git-dfe4b15b8e8932ce3c49b670ca2e59e70ebc0055.tar.gz
ldap_escape() notes
-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