Actions
Bug #44118
closedDebug exception handler sets no exit code
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-12-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When the debug exception handler is active, no exit code is set - which means that I cannot determine if e.g. a cli_dispatch.phpsh task failed.
The production exception handler has a die(1);
which is missing in the debug exception handler.
This happens with 6.0 and 4.5.
Actions