diff options
author | Michael Wallner <mike@php.net> | 2013-10-24 10:36:44 +0200 |
---|---|---|
committer | Michael Wallner <mike@php.net> | 2013-10-24 10:36:44 +0200 |
commit | dfe4b15b8e8932ce3c49b670ca2e59e70ebc0055 (patch) | |
tree | 3e356dbe3dfd4964e56e8dc8672bec31ac3170a7 | |
parent | 96b6d4be49a201072961ee8f062ee11540d42b60 (diff) | |
download | php-git-dfe4b15b8e8932ce3c49b670ca2e59e70ebc0055.tar.gz |
ldap_escape() notes
-rwxr-xr-x | UPGRADING | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |