stable

Clone or download

Read-only

Remove ldap_escape() polyfill

The ldap_escape() function is available since PHP 5.6, Tuleap only supports 7.2+. Part of request #13260: Remove polyfill code supporting deprecated PHP versions Change-Id: Iec3183650154df78ef4ad7de416811492542b0c0

Modified Files

Name
M plugins/ldap/include/LDAP.class.php +15 −19 Go to diff View file
D plugins/ldap/include/QueryEscaper.class.php +0 −80 Go to diff View file
M plugins/ldap/include/ldapPlugin.class.php +1 −6 Go to diff View file
M plugins/ldap/tests/LDAPTest.php +1 −1 Go to diff View file
M plugins/ldap/tests/LDAP_UserManagerTest.php +1 −1 Go to diff View file
D plugins/ldap/tests/LdapEscapeTest.php +0 −41 Go to diff View file