Skip to content

Commit ea93d64

Browse files
committed
ext/ldap: Remove unused HAVE_LDAP_EXTENDED_OPERATION
Current code assumes having ldap_extended_operation_s() also means having ldap_extended_operation().
1 parent 476fde3 commit ea93d64

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

ext/ldap/config.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ if test "$PHP_LDAP" != "no"; then
134134
dnl nor ldap_start_tls_s()
135135
AC_CHECK_FUNCS(m4_normalize([
136136
ldap_control_find
137-
ldap_extended_operation
138137
ldap_extended_operation_s
139138
ldap_parse_extended_result
140139
ldap_parse_reference

ext/ldap/config.w32

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ if (PHP_LDAP != "no") {
2323
AC_DEFINE('HAVE_LDAP_PASSWD', 1);
2424
AC_DEFINE('HAVE_LDAP_WHOAMI_S', 1);
2525
AC_DEFINE('HAVE_LDAP_REFRESH_S', 1);
26-
AC_DEFINE('HAVE_LDAP_EXTENDED_OPERATION', 1);
2726
AC_DEFINE('HAVE_3ARG_SETREBINDPROC', 1);
2827
} else {
2928
WARNING("ldap not enabled; libraries and headers not found");

0 commit comments

Comments
 (0)