<ul><li> Hotfix: infinite recursion caused by treating array key assigned to a var as being destination of the assignment. It treated <code>$var = $this->data['key']</code> same as <code>$this->data['key'] = $this->data['key']</code> </li></ul>
↧