Project

General

Profile

Actions

Task #105160

closed

Mitigate deprecated php constant `E_STRICT` usage

Added by Stefan Bürk about 2 months ago. Updated about 2 months ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
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 #1

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

Actions #2

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

Actions #3

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

Actions #4

Updated by Stefan Bürk about 2 months ago

  • Status changed from Under Review to Closed

Integrated into #105155, closing this issue.

Actions

Also available in: Atom PDF