[TYPO3-core] RFC: #7861: Cleanup: t3lib_div::mkdir() should use mkdir() silently

Francois Suter fsuter at cobweb.ch
Fri Mar 14 16:19:24 CET 2008


This is an SVN patch request.

Type: Code cleanup

Bugtracker references:
http://bugs.typo3.org/view.php?id=7861

Branches:
Trunk

Problem:
t3lib_div::mkdir() calls the PHP function mkdir(), but it should call it 
as @mkdir(), so that no output is returned when it fails.

Also it doesn't return a proper false value when exiting with an error.

Solution:
The proposed patch cleans this up. PHPdoc adjusted too.

Cheers

-- 

Francois Suter
Cobweb Development Sarl - http://www.cobweb.ch
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: bug7861.patch
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20080314/64195145/attachment.txt 


More information about the TYPO3-team-core mailing list