php-src/ext/pgsql
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 Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
config.m4 PGSQL and POD_SQL: don't include pg_config.h 2020-05-25 10:48:35 +02:00
config.w32 PGSQL and POD_SQL: don't include pg_config.h 2020-05-25 10:48:35 +02:00
CREDITS
pgsql_arginfo.h Do not generate CONST_CS when registering constants (#9439) 2022-08-28 08:27:19 +02:00
pgsql.c Use php_info_print_table_header for actual column headers only (#9485) 2022-09-06 08:48:22 +02:00
pgsql.stub.php Declare ext/pgsql constants in stubs (#9092) 2022-07-27 07:32:40 +02:00
php_pgsql.h Convert resources to objects in ext/pgsql 2021-05-11 00:09:30 +02:00