1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

3 Commits

Author SHA1 Message Date
Bogdan Ungureanu
d4f3ae90d2 ext/intl: Do not register IntlNumberRangeFormatter on ICU 62 or lower (#20197) 2025-10-17 20:09:14 +01:00
Bogdan Ungureanu
ee2da6d9e9 ext/intl: Remove unneeded unumberrangeformatter.h include (#19980) 2025-09-27 23:15:23 +01:00
Bogdan Ungureanu
6ef4a87c18 ext/intl: Add IntlNumberRangeFormatter class.
to format an interval of two numbers with a given
skeleton, locale, collapse type and identity fallback

close GH-19232
2025-09-27 01:58:12 +01:00