tony2001                Wed Oct 18 20:58:23 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /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.39.2.6&r2=1.39.2.6.2.1&diff_format=u
Index: php-src/ext/ldap/config.m4
diff -u php-src/ext/ldap/config.m4:1.39.2.6 
php-src/ext/ldap/config.m4:1.39.2.6.2.1
--- php-src/ext/ldap/config.m4:1.39.2.6 Mon Nov 21 19:06:04 2005
+++ php-src/ext/ldap/config.m4  Wed Oct 18 20:58:23 2006
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.39.2.6 2005/11/21 19:06:04 sniper Exp $
+dnl $Id: config.m4,v 1.39.2.6.2.1 2006/10/18 20:58:23 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
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.309&r2=1.2027.2.547.2.310&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.309 php-src/NEWS:1.2027.2.547.2.310
--- php-src/NEWS:1.2027.2.547.2.309     Wed Oct 18 16:35:15 2006
+++ php-src/NEWS        Wed Oct 18 20:58:23 2006
@@ -18,6 +18,8 @@
   files). (Ilia)
 - Fixed bug #38934 (move_uploaded_file() cannot read uploaded file outside of
   open_basedir). (Ilia)
+- Fixed bug #38882 (ldap_connect causes segfault with newer versions of 
+  OpenLDAP). (Tony)
 - Fixed bug #38649 (uninit'd optional arg in stream_socket_sendto()). (Sara)
 - Fixed bug #38465 (ReflectionParameter fails if default value is an access to
   self::). (Johannes)

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

Reply via email to