diff options
author | Harald Radi <phanto@php.net> | 2001-02-02 18:11:39 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2001-02-02 18:11:39 +0000 |
commit | 2ee1ed2138c0a78082c60525aeaefbc14e0b95f3 (patch) | |
tree | 62770b8a02a904e7c3d31c13a9e3c8a0b15c5d4f /ext/rpc | |
parent | 2265b5b4c5bdf26a3c227fcd3275f93318d25a5e (diff) | |
download | php-git-2ee1ed2138c0a78082c60525aeaefbc14e0b95f3.tar.gz |
correct phpinfo() output
Diffstat (limited to 'ext/rpc')
-rw-r--r-- | ext/rpc/dotnet/dotnet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/rpc/dotnet/dotnet.cpp b/ext/rpc/dotnet/dotnet.cpp index b8e9d168ac..099f190908 100644 --- a/ext/rpc/dotnet/dotnet.cpp +++ b/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(); } |