You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the docs, that class (and its C equivalent) are stable since ICU 63 68. Unfortunately, PHP should support ICU 57.1 and up. The version was bumped recently I believe.
I implemented IntlListFormatter because the base functionality (without OR and UNITS) was supported in 57.
It's still possible to support it, with conditional compilation. It's not unheard of making some classes / functions only available for recent lib versions.
Description
ICU4C has a NumberRangeFormatter API allowing to format a range between 2 numbers based on the convention of each locale.
It would be great to provide a PHP API based on it.
The text was updated successfully, but these errors were encountered: