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 68d0f56 commit dbf6d1fCopy full SHA for dbf6d1f
1 file changed
UPGRADING.INTERNALS
@@ -173,6 +173,14 @@ PHP 8.6 INTERNALS UPGRADE NOTES
173
. php_idate() now returns the result state, and moves the return value into an
174
out parameter.
175
176
+- ext/intl:
177
+ . Added intl_icu_compat.h with helpers and feature macros for ICU
178
+ version-specific API differences. Code in ext/intl should use the
179
+ intl_icu_compat_* helpers and INTL_ICU_HAS_* macros instead of adding
180
+ direct U_ICU_VERSION_* guards for supported ICU API variants.
181
+ . The internal grapheme_get_break_iterator() helper no longer accepts a
182
+ stack buffer argument; pass only the UErrorCode* status argument.
183
+
184
- ext/mbstring:
185
. Added GB18030-2022 to default encoding list for zh-CN.
186
0 commit comments