Task #105160
closedMitigate deprecated php constant `E_STRICT` usage
0%
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
Updated by Gerrit Code Review about 2 months 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/+/86374
Updated by Gerrit Code Review about 2 months 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/+/86374
Updated by Gerrit Code Review about 2 months 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/+/86374
Updated by Stefan Bürk about 2 months ago
- Status changed from Under Review to Closed
Integrated into #105155, closing this issue.