tony2001                Wed Oct 18 20:57:06 2006 UTC

  Modified files:              
    /php-src/ext/ldap   config.m4 
  Log:
  fix bug #38882 (ldap_connect causes segfault with newer versions of OpenLDAP)
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/ldap/config.m4?r1=1.43&r2=1.44&diff_format=u
Index: php-src/ext/ldap/config.m4
diff -u php-src/ext/ldap/config.m4:1.43 php-src/ext/ldap/config.m4:1.44
--- php-src/ext/ldap/config.m4:1.43     Thu Dec 22 11:02:51 2005
+++ php-src/ext/ldap/config.m4  Wed Oct 18 20:57:06 2006
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.43 2005/12/22 11:02:51 tony2001 Exp $
+dnl $Id: config.m4,v 1.44 2006/10/18 20:57:06 tony2001 Exp $
 dnl
 
 AC_DEFUN([PHP_LDAP_CHECKS], [
@@ -70,7 +70,7 @@
 
 if test "$PHP_LDAP" != "no"; then
 
-  PHP_NEW_EXTENSION(ldap, ldap.c, $ext_shared)
+  PHP_NEW_EXTENSION(ldap, ldap.c, $ext_shared,,-DLDAP_DEPRECATED=1)
 
   if test "$PHP_LDAP" = "yes"; then
     for i in /usr/local /usr; do

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to