Actions
Bug #19284
closedRemove all @ in front of file_exists() calls
Start date:
2008-09-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
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()
(issue imported from #M9285)
Files
Actions