Beautify.

This commit is contained in:
Sebastian Bergmann 2002-04-17 05:19:10 +00:00
parent 6d42121bf3
commit 208c52fda6
2 changed files with 2 additions and 2 deletions

View File

@ -146,7 +146,7 @@ PHP_RSHUTDOWN_FUNCTION(overload)
PHP_MINFO_FUNCTION(overload)
{
php_info_print_table_start();
php_info_print_table_row(2, "User-space object overloading support", "enabled");
php_info_print_table_row(2, "User-Space Object Overloading Support", "enabled");
php_info_print_table_end();
/* Remove comments if you have entries in php.ini

View File

@ -307,7 +307,7 @@ PHP_RSHUTDOWN_FUNCTION(tokenizer)
PHP_MINFO_FUNCTION(tokenizer)
{
php_info_print_table_start();
php_info_print_table_header(2, "tokenizer support", "enabled");
php_info_print_table_row(2, "Tokenizer Support", "enabled");
php_info_print_table_end();
/* Remove comments if you have entries in php.ini