From: Pierre Joye Date: Wed, 27 Mar 2013 16:38:57 +0000 (+0100) Subject: add WebP support in phpinfo X-Git-Tag: php-5.5.0beta2~3^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7d88a63fa19c4b3df544563416b2c4370ad194b;p=php add WebP support in phpinfo --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 3ce1a2cf23..d929e7f84e 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -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();