[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /ext/mysqli config.m4

2005-02-05 Thread Georg Richter
georg   Sat Feb  5 06:02:10 2005 EDT

  Modified files:  (Branch: PHP_5_0)
/php-srcNEWS 
/php-src/ext/mysqli config.m4 
  Log:
  MFH: fix for bug 29329
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.235&r2=1.1760.2.236&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.235 php-src/NEWS:1.1760.2.236
--- php-src/NEWS:1.1760.2.235   Fri Feb  4 10:42:27 2005
+++ php-src/NEWSSat Feb  5 06:02:07 2005
@@ -89,6 +89,7 @@
 - Fixed bug #29767 (Weird behaviour of __set($name, $value)). (Dmitry)
 - Fixed bug #29733 (printf() handles repeated placeholders wrong).
   (bugs dot php dot net at bluetwanger dot de, Ilia)
+- Fixed bug #29329 (configure for mysqli with shared doesn't work). (Georg)
 - Fixed bug #29136 (make test - libtool failure on MacOSX). (Jani)
 - Fixed bug #28976 (mail(): use "From:" from headers if sendmail_from is 
empty).
   (Jani)
http://cvs.php.net/diff.php/php-src/ext/mysqli/config.m4?r1=1.17.2.1&r2=1.17.2.2&ty=u
Index: php-src/ext/mysqli/config.m4
diff -u php-src/ext/mysqli/config.m4:1.17.2.1 
php-src/ext/mysqli/config.m4:1.17.2.2
--- php-src/ext/mysqli/config.m4:1.17.2.1   Thu Jul 22 03:25:31 2004
+++ php-src/ext/mysqli/config.m4Sat Feb  5 06:02:10 2005
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.17.2.1 2004/07/22 07:25:31 georg Exp $
+dnl $Id: config.m4,v 1.17.2.2 2005/02/05 11:02:10 georg Exp $
 dnl config.m4 for extension mysqli
 
 PHP_ARG_WITH(mysqli, for MySQLi support,
@@ -47,7 +47,7 @@
 PHP_CHECK_LIBRARY(mysqlclient, mysql_stmt_field_count,
 [ ],[
AC_MSG_ERROR([MySQLI doesn't support versions < 4.1.3 (for 
MySQL 4.1.x) and < 5.0.1 for (MySQL 5.0.x) anymore. Please update your 
libraries.])
-   ],[])
+   ],[$MYSQLI_LIBLINE])
   ],[
 AC_MSG_ERROR([wrong mysql library version or lib not found. Check 
config.log for more information.])
   ],[

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



[PHP-CVS] cvs: php-src /ext/mysqli config.m4

2005-02-05 Thread Georg Richter
georg   Sat Feb  5 05:59:38 2005 EDT

  Modified files:  
/php-src/ext/mysqli config.m4 
  Log:
  fix for bug #29329
  
  
http://cvs.php.net/diff.php/php-src/ext/mysqli/config.m4?r1=1.19&r2=1.20&ty=u
Index: php-src/ext/mysqli/config.m4
diff -u php-src/ext/mysqli/config.m4:1.19 php-src/ext/mysqli/config.m4:1.20
--- php-src/ext/mysqli/config.m4:1.19   Fri Jan  7 09:59:59 2005
+++ php-src/ext/mysqli/config.m4Sat Feb  5 05:59:38 2005
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.19 2005/01/07 14:59:59 georg Exp $
+dnl $Id: config.m4,v 1.20 2005/02/05 10:59:38 georg Exp $
 dnl config.m4 for extension mysqli
 
 PHP_ARG_WITH(mysqli, for MySQLi support,
@@ -47,7 +47,7 @@
 PHP_CHECK_LIBRARY(mysqlclient, mysql_stmt_field_count,
 [ ],[
AC_MSG_ERROR([MySQLI doesn't support versions < 4.1.3 (for 
MySQL 4.1.x) and < 5.0.1 for (MySQL 5.0.x) anymore. Please update your 
libraries.])
-   ],[])
+   ],[$MYSQLI_LIBLINE])
   ],[
 AC_MSG_ERROR([wrong mysql library version or lib not found. Check 
config.log for more information.])
   ],[

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