]> granicus.if.org Git - php/commitdiff
changed warning (bug #29298) for outdated client library
authorGeorg Richter <georg@php.net>
Thu, 22 Jul 2004 07:24:55 +0000 (07:24 +0000)
committerGeorg Richter <georg@php.net>
Thu, 22 Jul 2004 07:24:55 +0000 (07:24 +0000)
ext/mysqli/config.m4

index 7f00915d0036b4abaf2b8eef35ed744e86288a2d..2cbd5a6680a1b0a98758640f8de68ddb2c3e3091 100644 (file)
@@ -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.])