Skip to content

Commit cae3483

Browse files
committed
ext/mysqli: updated bug81335's test case again
1 parent c40dd0c commit cae3483

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
@@ -6,8 +6,6 @@ mysqli
66
<?php
77
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
88

9-
if (!defined('MYSQLI_STORE_RESULT_COPY_DATA')) die('skip requires mysqlnd');
10-
119
require_once 'connect.inc';
1210
if (!$link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) die("skip cannot connect");
1311
if (mysqli_get_server_version($link) < 80024 || str_contains(mysqli_get_server_info($link), 'MariaDB')) {

0 commit comments

Comments
 (0)