Actions
Bug #19787
closedAdd a logging API for deprecated functions
Start date:
2009-01-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
A functiion in t3lib_div that logs calls to deprecated functions to the PHP log and a custom log in typo3conf
(issue imported from #M10092)
Files
Updated by Ingo Renner over 15 years ago
instead of triggering a E_USER_NOTICE in PHP 5.2 I'd say we should trigger E_STRICT which is the equivalent to E_DEPRECATED in PHP 5.3
Actions