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

PHP 8.2 Deprecations

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.3.11
    • 3.3.9
    • None
    • None
    • PHP 8.2

      Deprecated: Return type of phpbb\event\data::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in .../forum/phpbb/event/data.php on line 57

      	public function offsetSet($offset, $value)
      	{
      		$this->data[$offset] = $value;
      	}
      

      Same for other methods in this class.

      Deprecated: Creation of dynamic property phpbb\auth\auth::$role_cache is deprecated in .../forum/phpbb/auth/auth.php on line 527

      		$this->role_cache = array();
      

            Marc Marc
            dbj dbj
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: