Skip to content

Commit 2dc3ee0

Browse files
committed
Remove redundant /utf-8 compile option
This was a partial fix and the characters in mbstring_arginfo.h were converted/changed in PHP-8.4 in the meantime.
1 parent d9bb788 commit 2dc3ee0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cmake/ext/mbstring/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -226,11 +226,6 @@ endif()
226226

227227
target_compile_definitions(php_mbstring PRIVATE ZEND_ENABLE_STATIC_TSRMLS_CACHE)
228228

229-
# The mbstring_arginfo.h has some special characters.
230-
if(CMAKE_C_COMPILER_ID STREQUAL "MSVC")
231-
set_property(SOURCE mbstring.c PROPERTY COMPILE_OPTIONS /utf-8)
232-
endif()
233-
234229
target_include_directories(
235230
php_mbstring
236231
PRIVATE

0 commit comments

Comments
 (0)