summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2002-08-28 12:10:00 +0000
committerDerick Rethans <derick@php.net>2002-08-28 12:10:00 +0000
commita235002eebe413a89cc1992a7f9f5ab51532eefe (patch)
tree2d15f3d0628b4972fff2b46c39213d6289c6357f
parenta9d819818b8b2e5763f5e14278562ba4cfaca70b (diff)
downloadphp-git-a235002eebe413a89cc1992a7f9f5ab51532eefe.tar.gz
- Let's make this a little bit more professional :)
-rw-r--r--ext/ming/ming.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ming/ming.c b/ext/ming/ming.c
index a6e0c134be..4c0f5f6ce9 100644
--- a/ext/ming/ming.c
+++ b/ext/ming/ming.c
@@ -2697,7 +2697,7 @@ ZEND_GET_MODULE(ming)
PHP_MINFO_FUNCTION(ming)
{
php_info_print_table_start();
- php_info_print_table_row(2, "Ming SWF output library", "the funk in your trunk");
+ php_info_print_table_row(2, "Ming SWF output library", "enabled");
php_info_print_table_row(2, "Version", MING_VERSION_TEXT);
php_info_print_table_end();
}