php-src/ext/sqlite3
Tim Düsterhus 03fd405423
Use php_info_print_table_header for actual column headers only (#9485)
Using php_info_print_table_header() for "Foo: bar" looks odd and out of place,
because the whole line is colored. It is also questionable from a HTML
semantics point of view, because it does not described the columns that follow.

The use of this across extensions is inconsistent. It was part of the skeleton,
but ext/date or ext/json already use a regular row.
2022-09-06 08:48:22 +02:00
..
tests Merge branch 'PHP-8.1' 2022-07-27 13:11:58 +02:00
config.w32 sqlite3 linkage issue on some systems/package combination fix. 2020-08-21 15:45:51 +02:00
config0.m4 Require sqlite >= 3.7.7 for URI in DSN (#7347) 2021-08-11 10:31:28 +02:00
CREDITS
php_sqlite3.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_sqlite3_structs.h Speed up SQLite3Result::fetchArray() by caching column names 2021-09-24 10:08:02 +02:00
sqlite3.c Use php_info_print_table_header for actual column headers only (#9485) 2022-09-06 08:48:22 +02:00
sqlite3.stub.php Declare ext/sqlite3 constants in stubs (#9181) 2022-07-28 18:18:08 +02:00
sqlite3_arginfo.h Do not generate CONST_CS when registering constants (#9439) 2022-08-28 08:27:19 +02:00