mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #35116
[Bug 1577259] [NEW] PHP7 fixing dwoo dynamic property references
Public bug reported:
Where dynamic property references have changed in php7 - you need to
enclose the variable reference name in {} completely. eg: $data =
$data->$m[2][$k] has become $data = $data->{$m[2][$k]}
** Affects: mahara
Importance: High
Status: In Progress
** Affects: mahara/15.04
Importance: High
Status: New
** Affects: mahara/15.10
Importance: High
Status: New
** Affects: mahara/16.04
Importance: High
Status: New
** Affects: mahara/16.10
Importance: High
Status: In Progress
** Also affects: mahara/16.04
Importance: Undecided
Status: New
** Also affects: mahara/15.04
Importance: Undecided
Status: New
** Also affects: mahara/16.10
Importance: High
Status: New
** Also affects: mahara/15.10
Importance: Undecided
Status: New
** Changed in: mahara/16.04
Milestone: None => 16.04.1
** Changed in: mahara/15.10
Milestone: None => 15.10.4
** Changed in: mahara/15.04
Milestone: None => 15.04.8
** Changed in: mahara/16.04
Importance: Undecided => High
** Changed in: mahara/15.10
Importance: Undecided => High
** Changed in: mahara/15.04
Importance: Undecided => High
** Changed in: mahara/16.10
Status: New => In Progress
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1577259
Title:
PHP7 fixing dwoo dynamic property references
Status in Mahara:
In Progress
Status in Mahara 15.04 series:
New
Status in Mahara 15.10 series:
New
Status in Mahara 16.04 series:
New
Status in Mahara 16.10 series:
In Progress
Bug description:
Where dynamic property references have changed in php7 - you need to
enclose the variable reference name in {} completely. eg: $data =
$data->$m[2][$k] has become $data = $data->{$m[2][$k]}
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1577259/+subscriptions
Follow ups
-
[Bug 1577259] Re: PHP7 fixing dwoo dynamic property references
From: Robert Lyon, 2016-10-21
-
[Bug 1577259] Re: PHP7 fixing dwoo dynamic property references
From: Robert Lyon, 2016-10-21
-
[Bug 1577259] Re: PHP7 fixing dwoo dynamic property references
From: Son Nguyen, 2016-07-11
-
[Bug 1577259] Re: PHP7 fixing dwoo dynamic property references
From: Robert Lyon, 2016-07-11
-
[Bug 1577259] Re: PHP7 fixing dwoo dynamic property references
From: Robert Lyon, 2016-06-09
-
[Bug 1577259] A change has been merged
From: Mahara Bot, 2016-05-17
-
[Bug 1577259] A change has been merged
From: Mahara Bot, 2016-05-17
-
[Bug 1577259] A change has been merged
From: Mahara Bot, 2016-05-17
-
[Bug 1577259] Re: PHP7 fixing dwoo dynamic property references
From: Son Nguyen, 2016-05-17
-
[Bug 1577259] A patch has been submitted for review
From: Mahara Bot, 2016-05-16
-
[Bug 1577259] A patch has been submitted for review
From: Mahara Bot, 2016-05-16
-
[Bug 1577259] A patch has been submitted for review
From: Mahara Bot, 2016-05-16
-
[Bug 1577259] A change has been merged
From: Mahara Bot, 2016-05-16
-
[Bug 1577259] Re: PHP7 fixing dwoo dynamic property references
From: Son Nguyen, 2016-05-16
-
[Bug 1577259] A patch has been submitted for review
From: Mahara Bot, 2016-05-02