We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f64901 commit e6abca4Copy full SHA for e6abca4
ext/exif/exif.c
@@ -73,7 +73,7 @@ PHP_MINFO_FUNCTION(exif)
73
php_info_print_table_row(2, "Supported EXIF Version", "0220");
74
php_info_print_table_row(2, "Supported filetypes", "JPEG, TIFF");
75
76
- if (zend_hash_str_exists(&module_registry, "mbstring", sizeof("mbstring")-1)) {
+ if (USE_MBSTRING) {
77
php_info_print_table_row(2, "Multibyte decoding support using mbstring", "enabled");
78
} else {
79
php_info_print_table_row(2, "Multibyte decoding support using mbstring", "disabled");
0 commit comments