Hi,
We're currently working on quite a complicated project using PHP. The current
code is now at a bit of a stand still because of some *strange* behaviour
regarding refences to objects within objects. Now I can either do a large
amount of work to fix/workaround this or I can convert to the Zend 2
Hi,
I have a Zend 2 question, I my code I return things from functions by reference
e.g.
But now I am trying to use Zend 2 version of php I get the following error:
Fatal error: Can't use function return value in write context in /scriptname on
line x
where x is the line of the actual function
chance you can grab it and check?
> In any case, I just want to remind you that you will not want to return
> objects by reference anymore with Engine 2 only possibly some other datatypes.
>
> Andi
>
> At 11:43 AM 6/24/2002 +0100, SCL List Client wrote:
> >Hi,
> >I ha