]> granicus.if.org Git - php/commitdiff
Better identification of bundled GD library.
authorIlia Alshanetsky <iliaa@php.net>
Wed, 5 Mar 2003 16:08:01 +0000 (16:08 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 5 Mar 2003 16:08:01 +0000 (16:08 +0000)
ext/gd/gd.c

index 2123aa68d4ba21e2195f2949e550afbddd1fcae6..35cd383fde15dddd10aa9981c0503b99d7a7a57f 100644 (file)
@@ -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