From: Georg Richter Date: Thu, 22 Jul 2004 07:24:55 +0000 (+0000) Subject: changed warning (bug #29298) for outdated client library X-Git-Tag: PRE_ZEND_VM_DISPATCH_PATCH~404 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96c002e07c4a66cef31c9be77a8c9f00a5f1a1e2;p=php changed warning (bug #29298) for outdated client library --- diff --git a/ext/mysqli/config.m4 b/ext/mysqli/config.m4 index 7f00915d00..2cbd5a6680 100644 --- a/ext/mysqli/config.m4 +++ b/ext/mysqli/config.m4 @@ -46,7 +46,7 @@ if test "$PHP_MYSQLI" != "no"; then AC_DEFINE(HAVE_MYSQLILIB,1,[ ]) PHP_CHECK_LIBRARY(mysqlclient, mysql_stmt_field_count, [ ],[ - AC_MSG_ERROR([MySQLI doesn't support versions < 4.1.3 anymore. Please update your libraries.]) + 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.]) ],[]) ],[ AC_MSG_ERROR([wrong mysql library version or lib not found. Check config.log for more information.])