1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 13:31:27 +02:00

Merge branch 'PHP-5.5'

* PHP-5.5:
  add WebP support in phpinfo
This commit is contained in:
Pierre Joye
2013-03-27 17:39:05 +01:00

View File

@@ -1446,6 +1446,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();