We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715823f commit 544be9eCopy full SHA for 544be9e
cmake/ext/intl/CMakeLists.txt
@@ -165,7 +165,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "CYGWIN")
165
)
166
endif()
167
168
-find_package(ICU 50.1 COMPONENTS io uc i18n)
+find_package(ICU 57.1 COMPONENTS io uc i18n)
169
set_package_properties(
170
ICU
171
PROPERTIES
docs/evolution.md
@@ -936,5 +936,7 @@ PHP coding standards now use the C11 standard.
936
#### Abstract
937
938
* 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`.
941
942
</details>
0 commit comments