Project

General

Profile

Actions

Bug #31827

closed

Error handler registration accepts way too much PHP error types

Added by Marcus Krause over 12 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-11-15
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Taken from http://php.net/manual/en/function.set-error-handler.php set_error_handler has limitations for error types to process.
In detail E_ERROR, E_PARSE, E_CORE_ERROR, E_CORE_WARNING, E_COMPILE_ERROR, E_COMPILE_WARNING cannot handled by an user defined function.

This issue is about reflecting this in config_default settings and in t3lib_error_ErrorHandler to make sure to process only error types we can handle.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #31834: Error handler callback causes fatal error for parse time errorsClosed2011-11-15

Actions
Actions

Also available in: Atom PDF