[TYPO3-core] TYPO3 4.3 beta1

Ernesto Baschny [cron IT] ernst at cron-it.de
Thu Oct 1 14:28:18 CEST 2009


Stefan Geith schrieb:
> Oliver Hader schrieb:
>> Now that the major features have been integrated to the Core, TYPO3 4.3
>> beta1 will be packaged today.
> 
> To avoid frustration for the Testers, 'exceptionalErrors' should be set
> to 6133 by default in t3lib/config_default.php - right ?
> 
>     'exceptionalErrors' => E_ALL ^ E_NOTICE ^ E_WARNING,
> 

Why do you think this is necessary? A warning is still a warning and in
development mode we can make use of the extended information our
exception handling provides.

In production it will not show (e.g. in cases of displayErrors=0 or
displayErrors=2 and devIPmask not matchig, exceptionalErrors is set to
"0"), and in development the developer can now see the warnings with
full stack trace as being processed by the exception handling. I see
this much easier to work with than the PHP warnings we had before.

Cheers,
Ernesto


More information about the TYPO3-team-core mailing list