From: Ilia Alshanetsky Date: Wed, 5 Mar 2003 16:08:01 +0000 (+0000) Subject: Better identification of bundled GD library. X-Git-Tag: RELEASE_0_5~602 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d31fa3da61288b4cae26c9581ba9ab737b9c95cb;p=php Better identification of bundled GD library. --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 2123aa68d4..35cd383fde 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -437,7 +437,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