We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e85f8e1 commit e851133Copy full SHA for e851133
ext/ldap/config.w32
@@ -22,6 +22,7 @@ if (PHP_LDAP != "no") {
22
AC_DEFINE('HAVE_LDAP_SASL', 1);
23
AC_DEFINE('HAVE_LDAP_SASL_SASL_H', 1);
24
AC_DEFINE('LDAP_DEPRECATED', 1);
25
+ AC_DEFINE('HAVE_LDAP_CONTROL_FIND', 1);
26
27
} else {
28
WARNING("ldap not enabled; libraries and headers not found");
0 commit comments