Skip to content

Commit d963b3f

Browse files
committed
mysqli_next_result_no_repeat_error.phpt must not use --EXTENSIONS--
This is only properly supported as of PHP 8.1.0[1], and may cause spurious test failures for older versions[2]. [1] <#6787> [2] <https://ci.appveyor.com/project/php/php-src/builds/42044075/job/tk4138s43p1953hx>
1 parent 49512b6 commit d963b3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/mysqli/tests/mysqli_next_result_no_repeat_error.phpt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
--TEST--
22
next_result reports errors from previous calls
3-
--EXTENSIONS--
4-
mysqli
53
--SKIPIF--
64
<?php
5+
require_once 'skipif.inc';
76
require_once 'skipifconnectfailure.inc';
87
?>
98
--FILE--

0 commit comments

Comments
 (0)