Jan 9 / admin

Ugly fix for ‘Deprecated: Assigning the return value of new by reference is deprecated’

In PHP5 this idiom is deprecated
$obj_ses =& new SESSION();
if it generate the warning,  removed the ampersand (&) .

Leave a Comment

You must be logged in to post a comment.