[TYPO3-core] Exclude E_STRICT from exceptionalErrors in PHP 5.4 until runtime notices are fixed

Steffen Müller typo3 at t3node.com
Thu Mar 22 19:23:42 CET 2012


Hi.

PHP 5.4 changed the error logging behavior and E_STRICT became part of
E_ALL.
http://php.net/manual/de/function.error-reporting.php

This results in lots of runtime notice exceptions which previously have
not been catched:
http://forge.typo3.org/issues/35154

Although I like the idea of being forced to fix runtime notices, we
should IMHO exclude E_STRICT from exceptionalErrors and corresponding
settings if PHP 5.4 is in use.

Could you please have a look at the issue and give feedback?


-- 
cheers,
Steffen

TYPO3 Blog: http://www.t3node.com/
Twitter: @t3node - http://twitter.com/t3node


More information about the TYPO3-team-core mailing list