Actions
Bug #68131
closedStreamline error and exception handling
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-07-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Remove the possibility for extensions to provide
error and exception handling configuration in
ext_localconf.php of an extension. This only worked
anyway only for errors or exceptions at a later point
in the bootstrap. We now by definition make it only possible
in LocalConfiguration.php (or AdditionalConfiguration.php).
In addition make the configuration more reliable and understandable:
- Register error handler even if exception handling is not configured.
- Remove option 2 for displayErrors option
- Configure everything only once and early in the bootstrap.
Actions