Posted by Drazen Gemic on 02/23/07 21:37
> As for the change from passing references instead of copies when
> assigning objects: This is almost never a problem because if your
> application used & to create references then this code works without
> changes (with suboptimal speed but it works). Only if you ABSOLUTELY
> depend on the two being independent instances after the assignment then
> you run into problems.
I am very well aware of references and I used '=' to intentionaly
clone objects
(class instances). In fact, not clone, but make deep copies. I was
creating new rows
of the report and putting them into associative array. It does not
work any more.
I don't mind, things need to move ahead, and PHP5 is important
improvement.
The problem is my customer, as I explained
DG
[Back to original message]
|