]> granicus.if.org Git - php/commit
Replaced calls to deprecated openldap functions
authorCôme Bernigaud <come.bernigaud@opensides.be>
Thu, 16 Apr 2015 15:11:38 +0000 (17:11 +0200)
committerCôme Bernigaud <mcmic@php.net>
Wed, 17 Jun 2015 12:36:38 +0000 (14:36 +0200)
commite7af0fe1eb89e40671e86a588aa1b78607b85461
tree3d4136d7098867c52497b5467aa07a91897a7c38
parent8836404fafad5b990ee7bbf0337bd86a619e7582
Replaced calls to deprecated openldap functions

ldap_unbind_s   -> ldap_unbind_ext
389             -> LDAP_PORT
ldap_init       -> ldap_initialize
ldap_bind_s     -> ldap_sasl_bind_s
ldap_value_free -> ber_memvfree
Also added ldap_is_ldap_url check
ext/ldap/ldap.c