Skip to content

Commit c1e8005

Browse files
committed
add info about HEIF support in phpinfo
1 parent bbf8ca7 commit c1e8005

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vips.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2011,6 +2011,8 @@ PHP_MINFO_FUNCTION(vips)
20112011
vips_type_find("VipsOperation", "fitsload") ? "yes" : "no" );
20122012
php_info_print_table_row(2, "WebP support",
20132013
vips_type_find("VipsOperation", "webpload") ? "yes" : "no" );
2014+
php_info_print_table_row(2, "HEIF support",
2015+
vips_type_find("VipsOperation", "heifload") ? "yes" : "no" );
20142016

20152017
php_info_print_table_row(2, "load with libMagick",
20162018
vips_type_find("VipsOperation", "magickload") ? "yes" : "no" );

0 commit comments

Comments
 (0)