Skip to content
Snippets Groups Projects
Commit 81b51bd0 authored by Helmut Hummel's avatar Helmut Hummel Committed by Christian Kuhn
Browse files

[!!!][TASK] Streamline error and exception handling

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.

Releases: master
Resolves: #68131
Change-Id: I204f17510fcb10fa8601162687793910fbcf4464
Reviewed-on: http://review.typo3.org/31844


Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 43ab6508
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment