mirror of
https://github.com/php/php-src.git
synced 2026-03-29 19:52:20 +02:00
BORK hunting - Fixing SKIPIF
This commit is contained in:
@@ -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");
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user