History log of /PHP-7.4/ext/pdo_firebird/tests/payload_test.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# f6c15e2c 12-May-2021 Christoph M. Becker

Disable LSan for all PDO_Firebird tests

The tests leak memory, likely due to a slightly unclean shutdown of
libfbclient. To avoid failing CI, we disable LSan for all the tests.

Disable LSan for all PDO_Firebird tests

The tests leak memory, likely due to a slightly unclean shutdown of
libfbclient. To avoid failing CI, we disable LSan for all the tests.

Closes GH-6966.

show more ...


# f95f8a3c 05-May-2021 Christoph M. Becker

Add simple Firebird payload fake server to test suite

This is meant to test against certain fixed responses of Firebird
servers. For now we add just a most basic test which verifies a

Add simple Firebird payload fake server to test suite

This is meant to test against certain fixed responses of Firebird
servers. For now we add just a most basic test which verifies a
connection attempt.

Closes GH-6940.

show more ...