Project

General

Profile

Actions

Bug #19787

closed

Add a logging API for deprecated functions

Added by Martin Kutschker almost 16 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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

bug_10092.diff (4.77 KB) bug_10092.diff Administrator Admin, 2009-01-10 15:35

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #19794: Add a logging API for deprecated TypoScriptClosedChris topher2009-01-11

Actions
Actions #1

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

Also available in: Atom PDF