php-src/ext/zlib
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-02-03 16:13:11 +01:00
config0.m4 Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
config.w32 Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
CREDITS
php_zlib.def Export gzfwrite() 2021-04-26 12:09:31 +02:00
php_zlib.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
zlib_arginfo.h Do not generate CONST_CS when registering constants (#9439) 2022-08-28 08:27:19 +02:00
zlib_filter.c Merge branch 'PHP-8.0' into PHP-8.1 2022-06-25 07:39:55 +01:00
zlib_fopen_wrapper.c Use memrchr() when available 2021-11-24 16:13:34 +03:00
zlib.c Use php_info_print_table_header for actual column headers only (#9485) 2022-09-06 08:48:22 +02:00
zlib.stub.php Declare ext/zlib constants in stubs (#9147) 2022-07-27 00:42:19 +02:00