Recent Topics

1 Oct 18, 2007 20:46    

Hello,

i am integrating b2evolution with my portal (single sign-on) and facing an issue that objects which are passed by reference are not saved in $GLOBALS when executing SOAP Service.

I've described the problem here http://bugs.php.net/bug.php?id=43022

But I have to make a quick solution right now so I just delete "&" everywhere the objects are created in /inc/_main.inc.php

My question now: what was the reason for using "&" in e.g.

$Debuglog = & new Log( 'note' );


and am I going to have issues with your application passing the objects by values? I will also appreciate if you can contribute to the commited php bug (or feature?).

Thank you,
Sonya


Form is loading...