Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-16738

ACP version checker can throw PHP Warnings - PHP 8

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Minor Minor
    • None
    • 3.3.4, 3.3.5-RC1
    • ACP
    • None
    • PHP 8.0.7
      MySql 8.0.23
      Apache 2.4.48

      To reproduce (since it could happen just occasionally).

      • Go to ACP - General tab or ACP - Customise tab
      • Turn OFF your internet connection
      • re-check your phpBB version or Re-check all extension versions

       

       
      The @ operator no more silences such errors since PHP 8

       

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

            Unassigned Unassigned
            3Di 3Di [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: