Skip to content

Commit

Permalink
ext/mysqli: updated bug81335 test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Appla committed Mar 12, 2024
1 parent c4ee2ee commit c40dd0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ext/mysqli/tests/bug81335.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ if (!defined('MYSQLI_STORE_RESULT_COPY_DATA')) die('skip requires mysqlnd');
require_once 'connect.inc';
if (!$link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) die("skip cannot connect");
if (mysqli_get_server_version($link) < 80024 || str_contains(mysqli_get_server_info($link), 'MariaDB')) {
$link->close();
die("skip: Due to many MySQL Server differences, the test requires >= 8.0.24");
}
$link->close();
?>
--FILE--
<?php
Expand Down

0 comments on commit c40dd0c

Please sign in to comment.