[TYPO3-core] RFC: Bug 2462: dummy-package misses some typo3temp directories

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Thu Jun 8 11:03:51 CEST 2006


Andreas Otto schrieb:
> Hi Martin,
> 
> On Thursday 08 June 2006 09:42, Martin Kutschker wrote:
> 
>>Patch looks simple enough for a +1 without testing.
>>
>>But I note that mkdir() and chmod() of t3lib_div::mkdir() don't have an @
>>prepended. IMHO all PHP functions with verbose error reporting should be
>>used with an @ within the Core.
> 
> If you don't need error reporting just change the settings of the coresponding 
> PHP configuration.

As an end user I should never need PHP error reporting. If an application 
cannot handle errors and report them to the user in a meaningful way it is 
broken.

PHP error reporting should only be used during development. It helps to 
find programming flaws (warnings) and to detect yet unhanlded error conditions.

Masi



More information about the TYPO3-team-core mailing list