]> granicus.if.org Git - php/commitdiff
correct phpinfo() output
authorHarald Radi <phanto@php.net>
Fri, 2 Feb 2001 18:11:39 +0000 (18:11 +0000)
committerHarald Radi <phanto@php.net>
Fri, 2 Feb 2001 18:11:39 +0000 (18:11 +0000)
ext/dotnet/dotnet.cpp
ext/rpc/dotnet/dotnet.cpp

index b8e9d168acb44dfd1233b5103bb30ee0015b1f5f..099f190908ff19784e73e2f57e68a43d7179407e 100644 (file)
@@ -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();
 }
 
index b8e9d168acb44dfd1233b5103bb30ee0015b1f5f..099f190908ff19784e73e2f57e68a43d7179407e 100644 (file)
@@ -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();
 }