History log of /PHP-8.2/ext/pdo_mysql/tests/bug80908.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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.

# 25dc931d 26-Apr-2021 matt

Fixed bug #80908

The last insert ID should be an unsigned integer.

Closes GH-6810.