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 #1

Updated by Mr. Hudson over 12 years ago

  • Status changed from New to Under Review

Patch set 1 of change I908aa33c07a7de69095dce3e0d74d19134733231 has been pushed to the review server.
It is available at http://review.typo3.org/6677

Actions #2

Updated by Mr. Hudson over 12 years ago

Patch set 2 of change I908aa33c07a7de69095dce3e0d74d19134733231 has been pushed to the review server.
It is available at http://review.typo3.org/6677

Actions #3

Updated by Mr. Hudson over 12 years ago

Patch set 3 of change I908aa33c07a7de69095dce3e0d74d19134733231 has been pushed to the review server.
It is available at http://review.typo3.org/6677

Actions #4

Updated by Gerrit Code Review over 12 years ago

Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/6677

Actions #5

Updated by Gerrit Code Review about 12 years ago

Patch set 5 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/6677

Actions #6

Updated by Gerrit Code Review over 11 years ago

Patch set 6 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/6677

Actions #7

Updated by Gerrit Code Review over 11 years ago

Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/14933

Actions #8

Updated by Gerrit Code Review over 11 years ago

Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/14934

Actions #9

Updated by Gerrit Code Review over 11 years ago

Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/14935

Actions #10

Updated by Marcus Krause over 11 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #11

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF