correct phpinfo() output

This commit is contained in:
Harald Radi 2001-02-02 15:02:05 +00:00
parent 6745b16c82
commit 58dc4ad8db
4 changed files with 14 additions and 18 deletions

View file

@ -50,7 +50,9 @@ function_entry VARIANT_functions[] = {
static PHP_MINFO_FUNCTION(VARIANT)
{
DISPLAY_INI_ENTRIES();
php_info_print_table_start();
php_info_print_table_row(2, "VARIANT support", "enabled");
php_info_print_table_end();
}
zend_module_entry VARIANT_module_entry = {