[TYPO3-core] RFC #5932: Bug: page module not usable due to warning message with filemtime

Dmitry Dulepov dmitry at typo3.org
Mon Dec 22 10:43:19 CET 2008


Hi!

Franz Holzinger wrote:
> Do you agree to introduce a new TYPO3 global debug variable?
> 
> E.g.
> $TYPO3_CONF_VARS['SYS']['reportErrors'] = 1
> 0 ... to allow @ before function calls
> 1 ... no @ before function calls is allowed. This can be slower, but
> will always give all error messages.

I do not think it is necessary. Here is my reasons:
- this will duplicate the same function call, which makes code messy
- in production warnings must be disabled, so there is no real sense having this code in production

-- 
Dmitry Dulepov
TYPO3 core team
In the blog: http://typo3bloke.net/post-details/how_will_i_fix_bugs_in_extensions_from_now_on/
My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book


More information about the TYPO3-team-core mailing list