Skip to content

Commit

Permalink
ext/mysqli: updated bug81335's test case again
Browse files Browse the repository at this point in the history
  • Loading branch information
Appla committed Mar 14, 2024
1 parent c40dd0c commit cae3483
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 @@ -6,8 +6,6 @@ mysqli
<?php
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");

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')) {
Expand Down

0 comments on commit cae3483

Please sign in to comment.