We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b6d4b commit dfe4b15Copy full SHA for dfe4b15
UPGRADING
@@ -79,6 +79,9 @@ PHP X.Y UPGRADE NOTES
79
- Openssl:
80
Added string openssl_x509_fingerprint($x509, $type, $binary).
81
82
+- LDAP:
83
+ Added ldap_escape($value, $ignore = "", $flags = 0).
84
+
85
========================================
86
6. New Classes and Interfaces
87
@@ -113,6 +116,9 @@ PHP X.Y UPGRADE NOTES
113
116
9. New Global Constants
114
117
115
118
119
120
+ LDAP_ESCAPE_FILTER int(1)
121
+ LDAP_ESCAPE_DN int(2)
122
123
124
10. Changes to INI File Handling
0 commit comments