Skip to content

Commit c40dd0c

Browse files
committed
ext/mysqli: updated bug81335 test case
1 parent c4ee2ee commit c40dd0c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/mysqli/tests/bug81335.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ if (!defined('MYSQLI_STORE_RESULT_COPY_DATA')) die('skip requires mysqlnd');
1111
require_once 'connect.inc';
1212
if (!$link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) die("skip cannot connect");
1313
if (mysqli_get_server_version($link) < 80024 || str_contains(mysqli_get_server_info($link), 'MariaDB')) {
14-
$link->close();
1514
die("skip: Due to many MySQL Server differences, the test requires >= 8.0.24");
1615
}
17-
$link->close();
1816
?>
1917
--FILE--
2018
<?php

0 commit comments

Comments
 (0)