diff options
-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 |