tony2001                Wed Oct 18 20:59:38 2006 UTC

  Modified files:              (Branch: PHP_4_4)
    /php-src/ext/ldap   config.m4 
    /php-src    NEWS 
  Log:
  MFH: 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.26.2.8.2.1&r2=1.26.2.8.2.2&diff_format=u
Index: php-src/ext/ldap/config.m4
diff -u php-src/ext/ldap/config.m4:1.26.2.8.2.1 
php-src/ext/ldap/config.m4:1.26.2.8.2.2
--- php-src/ext/ldap/config.m4:1.26.2.8.2.1     Thu Nov  3 20:41:56 2005
+++ php-src/ext/ldap/config.m4  Wed Oct 18 20:59:38 2006
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.26.2.8.2.1 2005/11/03 20:41:56 sniper Exp $
+dnl $Id: config.m4,v 1.26.2.8.2.2 2006/10/18 20:59:38 tony2001 Exp $
 dnl
 
 AC_DEFUN([PHP_LDAP_CHECKS], [
@@ -23,7 +23,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
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.1247.2.920.2.168&r2=1.1247.2.920.2.169&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.168 php-src/NEWS:1.1247.2.920.2.169
--- php-src/NEWS:1.1247.2.920.2.168     Sun Oct 15 17:06:42 2006
+++ php-src/NEWS        Wed Oct 18 20:59:38 2006
@@ -7,6 +7,8 @@
 - Fixed bug #39034 (curl_exec() with return transfer returns TRUE on empty
   files). (Ilia)
 - Fixed bug #38963 (Fixed a possible open_basedir bypass in tempnam()). (Ilia)
+- Fixed bug #38882 (ldap_connect causes segfault with newer versions of 
+  OpenLDAP). (Tony)
 - Fixed bug #38859 (parse_url() fails if passing '@' in passwd). (Tony,Ilia)
 - Fixed bug #38534 (segfault when calling setlocale() in userspace session
   handler). (Tony)

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

Reply via email to