php-src/ext/pdo_dblib
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.0' into PHP-8.1 2022-08-26 14:59:08 +02:00
config.m4 Fix shared pdo_dblib build 2021-10-21 12:13:36 +02:00
config.w32 Switch to use ZTS cache 2019-03-12 14:15:47 +03:00
CREDITS add myself to pdo_dblib CREDITS 2016-10-27 12:14:12 -04:00
dblib_driver.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
dblib_stmt.c Make strtolower() and strtoupper() do ASCII case conversion (#7506) 2021-12-15 08:38:35 -05:00
pdo_dblib.c Use php_info_print_table_header for actual column headers only (#9485) 2022-09-06 08:48:22 +02:00
php_pdo_dblib_int.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_pdo_dblib.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00