History log of /php-src/ext/pdo_sqlite/tests/subclasses/pdosqlite_003.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# 6ec42201 30-May-2024 Máté Kocsis

Amend PDO driver-specific class names (#14069)

As suggested in https://externals.io/message/123166


# 67184f54 17-Mar-2024 Nikita Popov

Fix PdoSqlite::loadExtension() test (#13736)

The test contained a syntax error and an incorrect use of loadExtension(), which returns void not bool.

Also install the necessary packa

Fix PdoSqlite::loadExtension() test (#13736)

The test contained a syntax error and an incorrect use of loadExtension(), which returns void not bool.

Also install the necessary package in CI, so it gets tested there.

show more ...


# d6a0b3af 11-Jan-2024 Máté Kocsis

Implement PDO driver-specific subclasses

RFC: https://wiki.php.net/rfc/pdo_driver_specific_subclasses
Closes GH-12804

Co-Authored-By: Danack <Danack@basereality.com>