Skip to content

Commit 544be9e

Browse files
committed
Sync with upstream: Bump minimum ICU version
1 parent 715823f commit 544be9e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cmake/ext/intl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "CYGWIN")
165165
)
166166
endif()
167167

168-
find_package(ICU 50.1 COMPONENTS io uc i18n)
168+
find_package(ICU 57.1 COMPONENTS io uc i18n)
169169
set_package_properties(
170170
ICU
171171
PROPERTIES

docs/evolution.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -936,5 +936,7 @@ PHP coding standards now use the C11 standard.
936936
#### Abstract
937937
938938
* ext/phar/php_phar.h is not installed anymore
939+
* Minimum required ICU package version (for ext/intl) has been increased from
940+
`50.1` to `57.1`.
939941
940942
</details>

0 commit comments

Comments
 (0)