From d4077410b8cf15304e25570fddd9c6fb77148bd8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=B4me=20Bernigaud?= Date: Mon, 29 Jun 2015 09:07:49 +0200 Subject: [PATCH] Putting back deprecated symbols for ldap_sort --- ext/ldap/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0