[TYPO3-core] RFC #10092: Feature: Add a logging API for deprecated functions

Steffen Kamper info at sk-typo3.de
Sat Jan 24 11:10:09 CET 2009


Hi,

Martin Kutschker schrieb:
> Committed to trunk (4841) with one change. I made the trigger ready for
> PHP 5.3
> 
> 	if (defined('E_USER_DEPRECATED')) {
> 		trigger_error($errorMsg, E_USER_DEPRECATED);
> 	} else {
> 		trigger_error($errorMsg, E_USER_NOTICE);
> 	}
> 
> 

that's good, thx!

vg Steffen


More information about the TYPO3-team-core mailing list