mirror of
https://github.com/php/php-src.git
synced 2026-04-28 18:53:33 +02:00
MFH
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user