We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 769441b commit adcc717Copy full SHA for adcc717
1 file changed
UPGRADING
@@ -37,6 +37,8 @@ PHP 8.6 UPGRADE NOTES
37
- Intl:
38
. Passing a non-stringable object as a time zone to Intl APIs that accept
39
time zone objects or strings now raises a TypeError instead of an Error.
40
+ . The $type parameter of IntlBreakIterator::getPartsIterator() has been
41
+ changed from string to int to match the underlying implementation.
42
43
- PCNTL:
44
. pcntl_alarm() now raises a ValueError if the seconds argument is
0 commit comments