@@ -187,9 +187,9 @@ PHP 8.5 UPGRADE NOTES
187187 number formats.
188188 . Added Locale::addLikelySubtags and Locale::minimizeSubtags to
189189 handle likely tags on a given locale.
190- . Added IntlListFormatter class to format, order, punctuates
190+ . Added IntlListFormatter class to format, order, punctuates
191191 a list of items with a given locale, IntlListFormatter::TYPE_AND,
192- IntlListFormatter::TYPE_OR, IntlListFormatter::TYPE_UNITS operands and
192+ IntlListFormatter::TYPE_OR, IntlListFormatter::TYPE_UNITS operands and
193193 IntlListFormatter::WIDTH_WIDE, IntlListFormatter::WIDTH_SHORT and
194194 IntlListFormatter::WIDTH_NARROW widths.
195195 It is supported from icu 67.
@@ -536,11 +536,17 @@ PHP 8.5 UPGRADE NOTES
536536 for the match(true) pattern.
537537 . Add OPcode specialization for `=== []` and `!== []` comparisons.
538538 . Creating exception objects is now much faster.
539+ . The parts of the code that used SSE2 have been adapted to use SIMD
540+ with ARM NEON as well.
539541
540542- Intl:
541543 . Now avoids creating extra string copies when converting strings
542544 for use in the collator.
543545
546+ MBString:
547+ . The parts of the code that used SSE2 have been adapted to use SIMD
548+ with ARM NEON as well.
549+
544550- ReflectionProperty:
545551 . Improved performance of the following methods: getValue(), getRawValue(),
546552 isInitialized(), setValue(), setRawValue().
0 commit comments