Bug #33500
PHP 5.3: "Assigning the return value of new by reference is deprecated"
Start date:
2012-01-27
Due date:
% Done:
100%
Estimated time:
Description
res/yadis/XRDS.php
Replace this:$s =& new Services_Yadis_Service();
by:$s = new Services_Yadis_Service();
Updated by Markus Kappe almost 9 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
will be included in the next version (0.2.5)