Bug #102095
closedMitigate locale `C` in `DateFormatter` wrapping class
100%
Description
Since PHP 8.3RC3 [1] the `\IntlDateFormatter` throws a
`\IntlException` exception with the message:
datefmt_create: invalid locale: U_ILLEGAL_ARGUMENT_ERROR
if a invalid locale is passed to the constructor. The value `C`
is considered as a non valid locale, albeit it may be set.
See: https://github.com/php/php-src/commit/a80db7b52aa134bdc8b9841
Updated by Gerrit Code Review about 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81325
Updated by Gerrit Code Review about 1 year ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81325
Updated by Gerrit Code Review about 1 year ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81325
Updated by Gerrit Code Review about 1 year ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81335
Updated by Stefan Bürk about 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7e7c078d8bdddb10ae5122973435614c1533f290.