]> granicus.if.org Git - php/commitdiff
keep LDAP_DEPRECATED in config.w32
authorAnatol Belski <ab@php.net>
Mon, 29 Jun 2015 08:12:36 +0000 (10:12 +0200)
committerAnatol Belski <ab@php.net>
Mon, 29 Jun 2015 08:12:36 +0000 (10:12 +0200)
ext/ldap/config.w32

index aa3491fe670f99d57a229434d5e001520519bd61..2fa05f438347b1d4eeecfc51898696b2e7c2ed3d 100644 (file)
@@ -21,6 +21,7 @@ if (PHP_LDAP != "no") {
                AC_DEFINE('HAVE_LDAP', 1);
                AC_DEFINE('HAVE_LDAP_SASL', 1);
                AC_DEFINE('HAVE_LDAP_SASL_SASL_H', 1);
+               AC_DEFINE('LDAP_DEPRECATED', 1);
 
        } else {
                WARNING("ldap not enabled; libraries and headers not found");