We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1a86c commit 57525d0Copy full SHA for 57525d0
ext/ldap/config.w32
@@ -21,6 +21,7 @@ if (PHP_LDAP != "no") {
21
AC_DEFINE('HAVE_LDAP', 1);
22
AC_DEFINE('HAVE_LDAP_SASL', 1);
23
AC_DEFINE('HAVE_LDAP_SASL_SASL_H', 1);
24
+ AC_DEFINE('LDAP_DEPRECATED', 1);
25
26
} else {
27
WARNING("ldap not enabled; libraries and headers not found");
0 commit comments