]> granicus.if.org Git - php/commitdiff
Putting back deprecated symbols for ldap_sort
authorCôme Bernigaud <mcmic@php.net>
Mon, 29 Jun 2015 07:07:49 +0000 (09:07 +0200)
committerCôme Bernigaud <mcmic@php.net>
Mon, 29 Jun 2015 07:07:49 +0000 (09:07 +0200)
ext/ldap/config.m4

index fd7a94f7d6bee313b92c29b74c70e2da443c6541..036d1d355935a12492faeb1d6361034adf0edee2 100644 (file)
@@ -92,7 +92,7 @@ PHP_ARG_WITH(ldap-sasl,for LDAP Cyrus SASL support,
 
 if test "$PHP_LDAP" != "no"; then
 
-  PHP_NEW_EXTENSION(ldap, ldap.c, $ext_shared,,)
+  PHP_NEW_EXTENSION(ldap, ldap.c, $ext_shared,,-DLDAP_DEPRECATED=1)
 
   if test "$PHP_LDAP" = "yes"; then
     for i in /usr/local /usr; do