Project

General

Profile

Actions

Evolution #1590

closed

Deprecated: Creation of dynamic property projectTask::$params is deprecated in /class/class.project_task.php on line 27

Added by Simon 3 months ago. Updated 3 months ago.

Status:
Fermé
Priority:
Normal
Assignee:
Category:
general
Target version:
Start date:
02/13/2024
Due date:
% Done:

100%

Estimated time:
0.50 h
Resolution:

Related issues 1 (1 open0 closed)

Related to Evolution #1482: PHP 8.x compatibilityNouveauSimon05/09/2023

Actions
Actions #1

Updated by Simon 3 months ago

Actions #2

Updated by Simon 3 months ago

See
https://stackoverflow.com/questions/74878889/php-warning-deprecated-creation-of-dynamic-property-is-deprecated
https://php.watch/versions/8.2/dynamic-properties-deprecated

Should be present in all classes when calling dispatcher !

see

public function __construct($a = array())
    {
        $this->dispatcher = $GLOBALS['dispatcher'];
        $this->params = $a;
    }
Actions #3

Updated by Simon 3 months ago

  • Status changed from Nouveau to Fermé
  • % Done changed from 0 to 100

Applied in changeset linea21|r4333.

Actions

Also available in: Atom PDF