Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-16815

PHP8 error in file_downloader.php

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 3.3.4
    • None
    • None
    • None

    Description

      Line 45 of file_downloader has an "@" which can cause an error in PHP8

      if ($socket = @fsockopen(($port == 443 ? 'ssl://' : '') . $host, $port, $this->error_number, $this->error_string, $timeout))
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              david63 david63
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: