Skip to content

Commit d0cf46a

Browse files
committed
Merge branch 'PHP-8.3'
2 parents a70b638 + f95340c commit d0cf46a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cmake/ext/exif/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ target_compile_definitions(php_exif PRIVATE ZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
3737

3838
# Exif extension optionally depends on the mbstring extension when decoding
3939
# 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.
4440
if(EXT_MBSTRING)
4541
add_dependencies(php_exif php_mbstring)
4642
endif()

0 commit comments

Comments
 (0)