Browse Source

correct phpinfo() output

PHP-4.0.5
Harald Radi 26 years ago
parent
commit
2ee1ed2138
  1. 2
      ext/dotnet/dotnet.cpp
  2. 2
      ext/rpc/dotnet/dotnet.cpp

2
ext/dotnet/dotnet.cpp

@ -182,7 +182,7 @@ function_entry DOTNET_functions[] = {
static PHP_MINFO_FUNCTION(DOTNET)
{
php_info_print_table_start();
php_info_print_table_row(2, "DOTNET support", "enabled");
php_info_print_table_row(2, ".NET support", "enabled");
php_info_print_table_end();
}

2
ext/rpc/dotnet/dotnet.cpp

@ -182,7 +182,7 @@ function_entry DOTNET_functions[] = {
static PHP_MINFO_FUNCTION(DOTNET)
{
php_info_print_table_start();
php_info_print_table_row(2, "DOTNET support", "enabled");
php_info_print_table_row(2, ".NET support", "enabled");
php_info_print_table_end();
}

Loading…
Cancel
Save