From: Ulf Wendel Date: Tue, 6 Sep 2011 14:47:57 +0000 (+0000) Subject: BORK hunting - Fixing SKIPIF X-Git-Tag: php-5.5.0alpha1~1272 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ccd842f9122792bf9cbdeb290a87c8fdfd73f3c3;p=php BORK hunting - Fixing SKIPIF --- diff --git a/ext/mysqli/tests/mysqli_poll_reference.phpt b/ext/mysqli/tests/mysqli_poll_reference.phpt index 332f871afc..ab2ed2aee8 100644 --- a/ext/mysqli/tests/mysqli_poll_reference.phpt +++ b/ext/mysqli/tests/mysqli_poll_reference.phpt @@ -13,7 +13,7 @@ if (!$IS_MYSQLND) if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) die("skip cannot connect"); -if (mysqli_server_version($link) < 50012) +if (mysqli_get_server_version($link) < 50012) die("skip Test needs SQL function SLEEP() available as of MySQL 5.0.12"); ?>