← Back to team overview

mahara-contributors team mailing list archive

[Bug 606182] [NEW] call_static_method doesn't work with references on php 5.3

 

Public bug reported:

This is evident in the leap2a export of comments, but probably elsewhere
as well.

The problem is that call_user_func array doesn't pass values  by reference. See the following bug for a description of the problem 
http://bugs.php.net/bug.php?id=49241

Which says it works by accident in php 5.2 :)

** Affects: mahara
     Importance: Undecided
         Status: New

-- 
call_static_method doesn't work with references on php 5.3
https://bugs.launchpad.net/bugs/606182
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: New

Bug description:
This is evident in the leap2a export of comments, but probably elsewhere as well.

The problem is that call_user_func array doesn't pass values  by reference. See the following bug for a description of the problem 
http://bugs.php.net/bug.php?id=49241

Which says it works by accident in php 5.2 :)





Follow ups

References