History log of /PHP-8.2/ext/mysqli/tests/mysqli_stmt_execute_bind.phpt (Results 1 – 4 of 4)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 62d393b1 04-Oct-2022 Christoph M. Becker

Remove support for libmysql-client from mysqli test suite

Since mysqli can no longer be built against libmysql-client, there is
no longer the need to distinguish.

While we're at

Remove support for libmysql-client from mysqli test suite

Since mysqli can no longer be built against libmysql-client, there is
no longer the need to distinguish.

While we're at it, we also drop the superfluous is_object() checks.

Closes GH-9652.

show more ...

# f699c96e 25-Jun-2021 Kamil Tekiela

Fix broken test due to missing skipif.inc

# b5a14e6c 11-Jun-2021 Nikita Popov

Port skipif.inc files to EXTENSIONS

# 45bad647 14-Apr-2021 Kamil Tekiela

Mysqli bind in execute (#6271)