History log of /PHP-8.2/ext/mysqli/tests/mysqli_next_result_no_repeat_error.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# d963b3f0 30-Dec-2021 Christoph M. Becker

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].

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] <https://github.com/php/php-src/pull/6787>
[2] <https://ci.appveyor.com/project/php/php-src/builds/42044075/job/tk4138s43p1953hx>

show more ...


# d26069a2 27-Jul-2021 Kamil Tekiela

Prevent mysqli::next_result from reporting errors from previous calls (#7304)