We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 476fde3 commit ea93d64Copy full SHA for ea93d64
2 files changed
ext/ldap/config.m4
@@ -134,7 +134,6 @@ if test "$PHP_LDAP" != "no"; then
134
dnl nor ldap_start_tls_s()
135
AC_CHECK_FUNCS(m4_normalize([
136
ldap_control_find
137
- ldap_extended_operation
138
ldap_extended_operation_s
139
ldap_parse_extended_result
140
ldap_parse_reference
ext/ldap/config.w32
@@ -23,7 +23,6 @@ if (PHP_LDAP != "no") {
23
AC_DEFINE('HAVE_LDAP_PASSWD', 1);
24
AC_DEFINE('HAVE_LDAP_WHOAMI_S', 1);
25
AC_DEFINE('HAVE_LDAP_REFRESH_S', 1);
26
- AC_DEFINE('HAVE_LDAP_EXTENDED_OPERATION', 1);
27
AC_DEFINE('HAVE_3ARG_SETREBINDPROC', 1);
28
} else {
29
WARNING("ldap not enabled; libraries and headers not found");
0 commit comments