Actions
Bug #91818
closedLatest symfony/polyfill-intl-idn (1.18.0) cause error (Mittwald)
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
composer
Target version:
-
Start date:
2020-07-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
Core: Exception handler (WEB): Uncaught TYPO3 Exception: Undefined constant 'IDNA_CHECK_BIDI' | Error thrown in file /html/typo3/vendor/symfony/polyfill-intl-idn/Idn.php in line 148.
Downgrade to 1.17.1 solve this Problem
Updated by Oliver Hader over 4 years ago
Releases (v9.5.20, v10.4.6) use 1.15.0
in their composer.lock file, thus zip & tar.gz releases do not seem to be affected.
However, composer-based installations will use the latest version (1.18.0
) which leads to mentioned problems on systems having an outdated or missing intl-icu
support in their PHP environment.
References¶
Updated by Oliver Hader over 4 years ago
- Status changed from New to Accepted
- TYPO3 Version changed from 10 to 9
Updated by Oliver Hader over 4 years ago
- Related to Task #90902: Update symfony packages to latest releases for tarball distributions added
Updated by Oliver Hader over 4 years ago
Thus, for composer-based installations we'd probably have to "lock" the version to 1.17.1
in composer.json as well.
Updated by Oliver Hader over 4 years ago
Updated by Christian Kuhn over 2 years ago
- Status changed from Accepted to Closed
this was fixed in upstream with 1.19.0 quite a while age. closing here.
Actions