Skip to content

Commit d554d64

Browse files
author
Côme Bernigaud
committed
Merge branch 'PHP-5.6'
* PHP-5.6: keep LDAP_DEPRECATED in config.w32
2 parents f7565a9 + 57525d0 commit d554d64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/ldap/config.w32

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ if (PHP_LDAP != "no") {
2121
AC_DEFINE('HAVE_LDAP', 1);
2222
AC_DEFINE('HAVE_LDAP_SASL', 1);
2323
AC_DEFINE('HAVE_LDAP_SASL_SASL_H', 1);
24+
AC_DEFINE('LDAP_DEPRECATED', 1);
2425

2526
} else {
2627
WARNING("ldap not enabled; libraries and headers not found");

0 commit comments

Comments
 (0)