php-src/ext/pdo_mysql
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-05-03 12:44:32 +02:00
config.m4 Don't assume libmysqlclient library name 2020-11-12 15:11:56 +01:00
config.w32 Fix #80329: Add option to specify LOAD DATA LOCAL white list folder 2021-02-23 09:30:46 +01:00
CREDITS Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
get_error_codes.php Apply tidy formatting 2020-02-03 13:41:31 +01:00
mysql_driver.c Fix debug output 2022-06-09 13:42:45 +02:00
mysql_statement.c Fixed some spaces used instead of tabs 2021-06-29 11:30:26 +02:00
pdo_mysql.c Use php_info_print_table_header for actual column headers only (#9485) 2022-09-06 08:48:22 +02:00
php_pdo_mysql.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_pdo_mysql_int.h Remove uses of TRUE/FALSE in mysqli/pdo_mysql 2021-05-26 15:07:23 +02:00
php_pdo_mysql_sqlstate.h