mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Use helper macro in ext/exif (#14352)
This commit is contained in:
@@ -73,7 +73,7 @@ PHP_MINFO_FUNCTION(exif)
|
||||
php_info_print_table_row(2, "Supported EXIF Version", "0220");
|
||||
php_info_print_table_row(2, "Supported filetypes", "JPEG, TIFF");
|
||||
|
||||
if (zend_hash_str_exists(&module_registry, "mbstring", sizeof("mbstring")-1)) {
|
||||
if (USE_MBSTRING) {
|
||||
php_info_print_table_row(2, "Multibyte decoding support using mbstring", "enabled");
|
||||
} else {
|
||||
php_info_print_table_row(2, "Multibyte decoding support using mbstring", "disabled");
|
||||
|
||||
Reference in New Issue
Block a user