Skip to content
Snippets Groups Projects
  • Andreas Gohr's avatar
    79e79377
    Remove error supression for file_exists() · 79e79377
    Andreas Gohr authored
    In an older version of PHP a file_exists() call would issue a warning
    when the file did not exist. This was fixed in later PHP releases. Since
    we require PHP 5.3 now, there's no need to supress any error here
    anymore. This might even give a minor performance boost.
    79e79377
    History
    Remove error supression for file_exists()
    Andreas Gohr authored
    In an older version of PHP a file_exists() call would issue a warning
    when the file did not exist. This was fixed in later PHP releases. Since
    we require PHP 5.3 now, there's no need to supress any error here
    anymore. This might even give a minor performance boost.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.