Hosting company (lunarpages) upgraded to php 4.4.1 and zend 2.5.10a and now code that worked flawlessly for many months is returning warnings. Specifically, stuff like
$order =& Order::find($id);
or other places where I return an object by reference.
Here is the error:
Is there any known issue(s)?