Actions
Task #105160
closedMitigate deprecated php constant `E_STRICT` usage
Start date:
2024-09-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Since PHP 8.4.0 RC1 the natice error constant `E_STRICT`
has been deprecated and emits a E_DEPRECATED message and
thus failing TYPO3 Core tests [1]2.
In contrast to PHP, which postulated that this constant is not
really in use and 3rd party code should not emit this usually,
TYPO3 cannot simply remove the usage directly due to different
reasons.
[1] https://github.com/php/php-src/blob/ebee8df27edf7/UPGRADING#L47-L49
[2] https://github.com/php/php-src/pull/13053
Actions