Project

General

Profile

Actions

Bug #19284

closed

Remove all @ in front of file_exists() calls

Added by Ingo Renner about 16 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
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

remove_at-file_exists.diff (24 KB) remove_at-file_exists.diff Administrator Admin, 2008-09-03 22:39
Actions #2

Updated by Ingo Renner about 16 years ago

committed to trunk

Actions

Also available in: Atom PDF