[TYPO3-core] RFC #9285: Remove all @ in front of file_exists() calls
Ingo Renner
ingo at typo3.org
Wed Sep 3 22:42:26 CEST 2008
Hi *,
this is a SVN patch request.
Type: Tweak
Bugtracker references:
http://bugs.typo3.org/view.php?id=9285
Branches: trunk
Problem:
The use of the @ character in front of functions to surpress warnings
costs a lot of performance, and in case of file_exists() is not needed
anymore since a bug with this function throwing warnings has been fixed
in PHP in 2003 already.
Solution:
remove the @ characters in front of file_exists()
Ingo
--
Ingo Renner
TYPO3 Core Developer, Release Manager TYPO3 4.2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: remove_at-file_exists.diff
Type: text/x-diff
Size: 24616 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20080903/d5016531/attachment-0001.diff
More information about the TYPO3-team-core
mailing list