mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Make info look more like mysql's output.
This commit is contained in:
parent
d4881848a3
commit
eaaf36b65e
1 changed files with 1 additions and 1 deletions
|
@ -1667,7 +1667,7 @@ PHP_MINFO_FUNCTION(sybase)
|
|||
SybCtLS_FETCH();
|
||||
|
||||
php_info_print_table_start();
|
||||
php_info_print_table_row(2, "Sybase_CT Support", "enabled" );
|
||||
php_info_print_table_header(2, "Sybase_CT Support", "enabled" );
|
||||
sprintf(buf, "%ld", SybCtG(num_persistent));
|
||||
php_info_print_table_row(2, "Active Persistent Links", buf);
|
||||
sprintf(buf, "%ld", SybCtG(num_links));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue