mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Update pdo_sqlite to use the amalgamation, much easier to upgrade / maintain. Also kill useless PECL version tag in MINFO.
Will probably be chastised by Jani for doing branch first...
This commit is contained in:
parent
54981e8c2e
commit
f37a1316fe
6 changed files with 93006 additions and 54 deletions
|
@ -95,12 +95,6 @@ PHP_MINFO_FUNCTION(pdo_sqlite)
|
|||
{
|
||||
php_info_print_table_start();
|
||||
php_info_print_table_header(2, "PDO Driver for SQLite 3.x", "enabled");
|
||||
php_info_print_table_row(2, "PECL Module version",
|
||||
#if PDO_SQLITE_BUNDLED
|
||||
"(bundled) "
|
||||
#endif
|
||||
PHP_PDO_SQLITE_MODULE_VERSION
|
||||
" $Id$");
|
||||
php_info_print_table_row(2, "SQLite Library", sqlite3_libversion());
|
||||
php_info_print_table_end();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue