iliaa Sun Feb 16 10:47:23 2003 EDT Modified files: /php4/ext/mysqli/tests 014.phpt Log: better skip condition. Index: php4/ext/mysqli/tests/014.phpt diff -u php4/ext/mysqli/tests/014.phpt:1.3 php4/ext/mysqli/tests/014.phpt:1.4 --- php4/ext/mysqli/tests/014.phpt:1.3 Sat Feb 15 12:06:35 2003 +++ php4/ext/mysqli/tests/014.phpt Sun Feb 16 10:47:22 2003 @@ -9,8 +9,8 @@ mysqli_free_result($result); mysqli_close($link); - if ($row[1] == "DISABLED") { - printf ("skip innodb support not installed."); + if ($row[1] == "DISABLED" || $row[1] == "NO") { + printf ("skip innodb support is not installed or enabled."); } ?> --FILE--
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php