1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00
This commit is contained in:
Ilia Alshanetsky
2003-03-05 16:08:21 +00:00
parent 68679a9d0e
commit 52e84a5f0b
+1 -1
View 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