mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
correct phpinfo() output
This commit is contained in:
parent
6745b16c82
commit
58dc4ad8db
4 changed files with 14 additions and 18 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue