Skip to content

Commit 736d840

Browse files
author
Côme Bernigaud
committed
Putting back deprecated symbols for ldap_sort
1 parent 5250fc7 commit 736d840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/ldap/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ PHP_ARG_WITH(ldap-sasl,for LDAP Cyrus SASL support,
9292

9393
if test "$PHP_LDAP" != "no"; then
9494

95-
PHP_NEW_EXTENSION(ldap, ldap.c, $ext_shared,,)
95+
PHP_NEW_EXTENSION(ldap, ldap.c, $ext_shared,,-DLDAP_DEPRECATED=1)
9696

9797
if test "$PHP_LDAP" = "yes"; then
9898
for i in /usr/local /usr; do

0 commit comments

Comments
 (0)