History log of /PHP-8.1/ext/pdo_mysql/tests/bug76815.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# b5a14e6c 11-Jun-2021 Nikita Popov

Port skipif.inc files to EXTENSIONS


# 8573eb9e 05-Mar-2021 Dharman

Add CLEAN sections to mysqli and PDO mysql tests

Closes GH-6756.


# e450621f 10-Dec-2020 Nikita Popov

Fixed bug #76815

When we receive an error while reading a result set, we should
assume that no more result sets are available. libmysqlclient
implements the same behavior.