Posted by Drazen Gemic on 02/18/07 16:10
> Two answers:
> And remember: It's a myth that PHP5 is incompatible to PHP4. There a far
> more compatibility issues between 4.3 and 4.4 than between 4.4 and the
> 5.x versions.
>
I don't agree. If $a and $b are arrays or objects, then
$a=$b; produces different results in PHP5 and PHP4 respectively.
DG
[Back to original message]
|