Skip to content

Commit eaaf36b

Browse files
author
Joey Smith
committed
Make info look more like mysql's output.
1 parent d488184 commit eaaf36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/sybase_ct/php_sybase_ct.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1667,7 +1667,7 @@ PHP_MINFO_FUNCTION(sybase)
16671667
SybCtLS_FETCH();
16681668

16691669
php_info_print_table_start();
1670-
php_info_print_table_row(2, "Sybase_CT Support", "enabled" );
1670+
php_info_print_table_header(2, "Sybase_CT Support", "enabled" );
16711671
sprintf(buf, "%ld", SybCtG(num_persistent));
16721672
php_info_print_table_row(2, "Active Persistent Links", buf);
16731673
sprintf(buf, "%ld", SybCtG(num_links));

0 commit comments

Comments
 (0)