Skip to content

Commit dfe4b15

Browse files
committed
ldap_escape() notes
1 parent 96b6d4b commit dfe4b15

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UPGRADING

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ PHP X.Y UPGRADE NOTES
7979
- Openssl:
8080
Added string openssl_x509_fingerprint($x509, $type, $binary).
8181

82+
- LDAP:
83+
Added ldap_escape($value, $ignore = "", $flags = 0).
84+
8285
========================================
8386
6. New Classes and Interfaces
8487
========================================
@@ -113,6 +116,9 @@ PHP X.Y UPGRADE NOTES
113116
9. New Global Constants
114117
========================================
115118

119+
- LDAP:
120+
LDAP_ESCAPE_FILTER int(1)
121+
LDAP_ESCAPE_DN int(2)
116122

117123
========================================
118124
10. Changes to INI File Handling

0 commit comments

Comments
 (0)