]> granicus.if.org Git - php/commitdiff
add WebP support in phpinfo
authorPierre Joye <pierre.php@gmail.com>
Wed, 27 Mar 2013 16:38:57 +0000 (17:38 +0100)
committerPierre Joye <pierre.php@gmail.com>
Wed, 27 Mar 2013 16:38:57 +0000 (17:38 +0100)
ext/gd/gd.c

index 3ce1a2cf23103b062b923a1697b727664d6ef587..d929e7f84ef270e1cf9c13a860d1a3f4966da95e 100644 (file)
@@ -1438,6 +1438,9 @@ PHP_MINFO_FUNCTION(gd)
 #endif
 #if defined(USE_GD_JISX0208) && defined(HAVE_GD_BUNDLED)
        php_info_print_table_row(2, "JIS-mapped Japanese Font Support", "enabled");
+#endif
+#ifdef HAVE_GD_WEBP
+       php_info_print_table_row(2, "WebP Support", "enabled");
 #endif
        php_info_print_table_end();
        DISPLAY_INI_ENTRIES();