I know in this forum this issue is explained yet (http://www.directadmin.com/forum/showthread.php?s=&threadid=10287), but I'd not find a good trip for resolve it.
In some case I'd hack my code from
return new function_name()
to
$tmp = new function_name();
return $tmp;
but in other case this is not possible. I think latest CVS will fix the problem (http://bugs.php.net/bug.php?id=33558&edit=1) but I know also it is not possible installing CVS on DA.
Any suggestion?
Thank you
asleo
In some case I'd hack my code from
return new function_name()
to
$tmp = new function_name();
return $tmp;
but in other case this is not possible. I think latest CVS will fix the problem (http://bugs.php.net/bug.php?id=33558&edit=1) but I know also it is not possible installing CVS on DA.
Any suggestion?
Thank you
asleo