mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Use helper macro in ext/exif (#14352)
This commit is contained in:
parent
0f64901316
commit
e6abca4d24
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue