From 52e84a5f0bcfbb50f317bb88d8b5d4d7d41f6dcc Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Wed, 5 Mar 2003 16:08:21 +0000 Subject: [PATCH] MFH --- ext/gd/gd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/gd/gd.c b/ext/gd/gd.c index f9cd979bbc..d35210e8b8 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -384,7 +384,7 @@ PHP_MINFO_FUNCTION(gd) /* need to use a PHPAPI function here because it is external module in windows */ #if HAVE_GD_BUNDLED - php_info_print_table_row(2, "GD Version", "bundled (2.0 compatible)"); + php_info_print_table_row(2, "GD Version", "bundled (2.0.11 compatible)"); #elif HAVE_LIBGD20 php_info_print_table_row(2, "GD Version", "2.0 or higher"); #elif HAVE_GDIMAGECOLORRESOLVE -- 2.50.1