Skip to content

Commit a980f8d

Browse files
committed
Merge branch 'PHP-8.4'
2 parents 9110256 + 2dc3ee0 commit a980f8d

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)