Page MenuHomePhabricator

PHP Fatal error: Cannot re-assign $this in includes/Group.php on line 55 (PHP5)
Closed, ResolvedPublic

Description

PHP 5 doesn't allow re-assigning $this in an object, which the new Group code seems to do. This
breaks the wiki fatally on PHP 5.


Version: 1.5.x
Severity: blocker

Details

Reference
bz2046

Related Objects

View Standalone Graph
This task is connected to more than 200 other tasks. Only direct parents and subtasks are shown here. Use View Standalone Graph to show more of the graph.

Event Timeline

bzimport raised the priority of this task from to High.Nov 21 2014, 8:29 PM
bzimport set Reference to bz2046.
bzimport added a subscriber: Unknown Object (MLST).

Moved the checks back to the factory method Group::newFromName (were already present in Group::newFromId).