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.
2 parents a70b638 + f95340c commit d0cf46aCopy full SHA for d0cf46a
cmake/ext/exif/CMakeLists.txt
@@ -37,10 +37,6 @@ target_compile_definitions(php_exif PRIVATE ZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
37
38
# Exif extension optionally depends on the mbstring extension when decoding
39
# multibyte data in EXIF tags.
40
-# See: https://www.php.net/manual/en/exif.requirements.php
41
-# TODO: Inconsistent behavior between Windows and other systems. Does Windows
42
-# really need this extension always enabled or is it optional? C code doesn't
43
-# have this condition reflected properly.
44
if(EXT_MBSTRING)
45
add_dependencies(php_exif php_mbstring)
46
endif()
0 commit comments