History log of /PHP-8.1/ext/pdo_mysql/tests/bug79375.phpt (Results 1 – 5 of 5)
Revision Date Author Comments
# 72f47c0c 14-Jun-2021 Nikita Popov

Remove duplicate entries in EXTENSIONS

These would cause failures if the extensions is loaded dynamically.


# b5a14e6c 11-Jun-2021 Nikita Popov

Port skipif.inc files to EXTENSIONS


# 39131219 11-Jun-2021 Nikita Popov

Migrate more SKIPIF -> EXTENSIONS (#7139)

This is a mix of more automated and manual migration. It should remove all applicable extension_loaded() checks outside of skipif.inc files.


# 8a8e307c 02-Jun-2021 Christoph M. Becker

Mark slow tests

Each of these tests took more than ten seconds on a recent AppVeyor CI
run; that appears to qualify them to be marked as slow tests.

Closes GH-7077.


# b03776ad 20-Sep-2020 Dharman

Fix bug #79375

Make sure deadlock errors are properly propagated and reports in
a number of places in mysqli and PDO MySQL.

This also fixes a memory and a segfault that can occu

Fix bug #79375

Make sure deadlock errors are properly propagated and reports in
a number of places in mysqli and PDO MySQL.

This also fixes a memory and a segfault that can occur under these
conditions.

show more ...