From: Côme Bernigaud Date: Mon, 29 Jun 2015 07:07:49 +0000 (+0200) Subject: Putting back deprecated symbols for ldap_sort X-Git-Tag: php-5.6.12RC1~69^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=736d840c8b7676702d44a710bf521b91966016f8;p=php Putting back deprecated symbols for ldap_sort --- diff --git a/ext/ldap/config.m4 b/ext/ldap/config.m4 index fd7a94f7d6..036d1d3559 100644 --- a/ext/ldap/config.m4 +++ b/ext/ldap/config.m4 @@ -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