Bug #31827
closedError handler registration accepts way too much PHP error types
100%
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.
Updated by Mr. Hudson about 13 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
Updated by Mr. Hudson about 13 years ago
Patch set 2 of change I908aa33c07a7de69095dce3e0d74d19134733231 has been pushed to the review server.
It is available at http://review.typo3.org/6677
Updated by Mr. Hudson about 13 years ago
Patch set 3 of change I908aa33c07a7de69095dce3e0d74d19134733231 has been pushed to the review server.
It is available at http://review.typo3.org/6677
Updated by Gerrit Code Review almost 13 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/6677
Updated by Gerrit Code Review over 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
Updated by Gerrit Code Review about 12 years ago
Patch set 6 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/6677
Updated by Gerrit Code Review about 12 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
Updated by Gerrit Code Review about 12 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
Updated by Gerrit Code Review about 12 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
Updated by Marcus Krause about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f9d3e50fd27fb5b572ddc750c318f0af6c3efb8e.