From 1e9ee4ed30a6e75c82bc21ec3b6ef140939c98d3 Mon Sep 17 00:00:00 2001 From: Jordi Kroon Date: Tue, 12 May 2026 09:06:34 +0200 Subject: [PATCH] Document IntlBreakIterator::getPartsIterator() $type change in UPGRADING --- UPGRADING | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UPGRADING b/UPGRADING index 37abc121a070..a805fc36983f 100644 --- a/UPGRADING +++ b/UPGRADING @@ -40,6 +40,8 @@ PHP 8.6 UPGRADE NOTES . IntlBreakIterator::getLocale() now raises a ValueError when the type is neither Locale::ACTUAL_LOCALE nor Locale::VALID_LOCALE instead of returning false. + . The $type parameter of IntlBreakIterator::getPartsIterator() has been + changed from string to int to match the underlying implementation. - PCNTL: . pcntl_alarm() now raises a ValueError if the seconds argument is