php-src/ext/pdo_sqlite
Nikita Popov 67184f5445
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.
2024-03-17 22:27:09 +01:00
..
tests Fix PdoSqlite::loadExtension() test (#13736) 2024-03-17 22:27:09 +01:00
config.m4 Implement PDO driver-specific subclasses 2024-01-11 23:22:41 +01:00
config.w32 Move HAVE_SQLITE3_CLOSE_V2 to pdo_sqlite 2019-07-21 00:40:59 +02:00
CREDITS
pdo_sqlite.c Implement PDO driver-specific subclasses 2024-01-11 23:22:41 +01:00
pdo_sqlite.stub.php Implement PDO driver-specific subclasses 2024-01-11 23:22:41 +01:00
pdo_sqlite_arginfo.h Do not generate frameless info items when func info generation is disabled 2024-02-18 11:39:00 +01:00
php_pdo_sqlite.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_pdo_sqlite_int.h Implement PDO driver-specific subclasses 2024-01-11 23:22:41 +01:00
sqlite_driver.c Implement PDO driver-specific subclasses 2024-01-11 23:22:41 +01:00
sqlite_driver.stub.php Add support for validation of missing class synopses (#9472) 2022-09-05 14:21:15 +02:00
sqlite_driver_arginfo.h Do not generate frameless info items when func info generation is disabled 2024-02-18 11:39:00 +01:00
sqlite_statement.c Revert "Skip profiling of sqlite3_step" 2023-09-07 10:35:06 +02:00