Skip to content

Commit

Permalink
mysqli_next_result_no_repeat_error.phpt must not use --EXTENSIONS--
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
cmb69 committed Dec 30, 2021
1 parent 49512b6 commit d963b3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ext/mysqli/tests/mysqli_next_result_no_repeat_error.phpt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
--TEST--
next_result reports errors from previous calls
--EXTENSIONS--
mysqli
--SKIPIF--
<?php
require_once 'skipif.inc';
require_once 'skipifconnectfailure.inc';
?>
--FILE--
Expand Down

0 comments on commit d963b3f

Please sign in to comment.