Skip to content

Commit 06f9706

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
2 parents 065d9dd + 117219a commit 06f9706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/ext/intl/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ endif()
6363
# TODO: Recheck this.
6464
get_target_property(type php_ext_intl TYPE)
6565
if(
66-
type MATCHES "^(MODULE|SHARED)_LIBRARY$"
66+
NOT type MATCHES "^(MODULE|SHARED)_LIBRARY$"
6767
AND CMAKE_SYSTEM_NAME STREQUAL "Windows"
6868
)
6969
message(
70-
WARNING
70+
AUTHOR_WARNING
7171
"TODO: Recheck if Windows still requires ext/intl to be always built as "
7272
"shared (zend_strtod.c/ICU type conflict)."
7373
)

0 commit comments

Comments
 (0)