Skip to content

Intl: Remove unumberrangeformatter.h include in IntlNumberRangeFormatter - #19980

Merged
devnexen merged 1 commit into
php:masterfrom
BogdanUngureanu:ext-intl-rangeformatter-fix
Sep 27, 2025
Merged

Intl: Remove unumberrangeformatter.h include in IntlNumberRangeFormatter#19980
devnexen merged 1 commit into
php:masterfrom
BogdanUngureanu:ext-intl-rangeformatter-fix

Conversation

@BogdanUngureanu

@BogdanUngureanuBogdanUngureanu commented Sep 27, 2025

Copy link
Copy Markdown
Contributor

Since we don't use it in the class implementation and it's causing a build failure on systems with ICU 67, this PR removes the include.

The problem is that IntlNumberRangeFormatter should work with ICU 63 and up, however, the C equivalent is available from ICU 68.

see #19232 (comment)

Tested with this container on ICU 67.1: https://gist.github.com/BogdanUngureanu/943f8ffdf8dfc84123aa9c53bc995a7a

@devnexen
devnexen merged commit ee2da6d into php:masterSep 27, 2025
9 checks passed
@BogdanUngureanu

Copy link
Copy Markdown
ContributorAuthor

Thanks @devnexen for the fast approval & merge. :)

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@BogdanUngureanu@devnexen