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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user