Skip to content

Commit 533162d

Browse files
authored
ext/intl: document IntlBreakIterator::getPartsIterator() $type change in UPGRADING (#22014)
1 parent 3447c58 commit 533162d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

UPGRADING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ PHP 8.6 UPGRADE NOTES
4242
returning false.
4343
. MessageFormatter::parse() and parseMessage() now return PHP_INT_MIN as
4444
int, rather than float, on 64-bit platforms when parsing integer values.
45+
. The $type parameter of IntlBreakIterator::getPartsIterator() has been
46+
changed from string to int to match the underlying implementation.
4547

4648
- PCNTL:
4749
. pcntl_alarm() now raises a ValueError if the seconds argument is

0 commit comments

Comments
 (0)