]> granicus.if.org Git - php/commitdiff
Add BMP support to PHP info
authorChristoph M. Becker <cmbecker69@gmx.de>
Thu, 13 Jun 2019 11:03:58 +0000 (13:03 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 13 Jun 2019 11:07:01 +0000 (13:07 +0200)
ext/gd/gd.c

index 9aa3953918d46119bf7a0f7e8ba3152c2acd1951..eb6a3fcca92d8e21f6d5e21934b1b8d9c24066d7 100644 (file)
@@ -1313,6 +1313,9 @@ PHP_MINFO_FUNCTION(gd)
 #endif
 #ifdef HAVE_GD_WEBP
        php_info_print_table_row(2, "WebP Support", "enabled");
+#endif
+#ifdef HAVE_GD_BMP
+       php_info_print_table_row(2, "BMP Support", "enabled");
 #endif
        php_info_print_table_end();
        DISPLAY_INI_ENTRIES();