Actions
Task #94269
closedLog symfony deprecation messages
Status:
Closed
Priority:
Should have
Assignee:
Category:
System/Bootstrap/Configuration
Target version:
Start date:
2021-06-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Symfony deprecation messages (for example for Dependency injection deprecations) are prefixed
by an @-sign in order to only be thrown if an explicit error handler is registered.
Other than other silenced errors, we want these deprecation messages to be logged.
Updated by Gerrit Code Review over 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/69366
Updated by Gerrit Code Review over 3 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/69366
Updated by Benjamin Franzke over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8140ec47928543e2c28c1974f77852a361b26246.
Updated by Christian Kuhn over 3 years ago
- Related to Bug #94329: Adapt to error_reporting level with PHP 8 STFU operator added
Actions