]> granicus.if.org Git - php/commitdiff
MFH
authorIlia Alshanetsky <iliaa@php.net>
Wed, 5 Mar 2003 16:08:21 +0000 (16:08 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 5 Mar 2003 16:08:21 +0000 (16:08 +0000)
ext/gd/gd.c

index f9cd979bbc783122a04f31ea8b5ce16adf3b1ea6..d35210e8b80707e374a68e472e35c17be109c953 100644 (file)
@@ -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