1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

UPGRADING: fix misplaced () (#17360)

[skip ci]
This commit is contained in:
DanielEScherzer
2025-01-04 09:42:06 -08:00
committed by GitHub
parent 9da8ace8ea
commit 025cc6f603

View File

@@ -101,7 +101,7 @@ PHP 8.5 UPGRADE NOTES
========================================
- Intl:
. IntlDateFormatter::setTimeZone()()/datefmt_set_timezone
. IntlDateFormatter::setTimeZone()/datefmt_set_timezone()
throws an IntlException on uninitialised classes/clone failures.
- PCNTL: