1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00

Merge branch 'PHP-5.6'

* PHP-5.6:
  keep LDAP_DEPRECATED in config.w32
This commit is contained in:
Côme Bernigaud
2015-06-30 09:31:19 +02:00
+1
View 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");