I've just shifted to a new server with PHP 5.3.9. Two problems have arisen with simple blogroll.

1. I get a message in the logs saying that ereg_replace() is deprecated. I change it to preg_replace() in line 291 and it seems to be OK, though I'm not sure about the interaction with the next issue...

2. With the module installed I get a WSOD when I try to run /admin/reports/status or /admin/reports/status/run-cron. The error reported is: Fatal error: Class 'Database' not found in .../sites/all/modules/simplepie/lib/simplepie.inc on line 738. I have installed version 1.2.1-dev of simple pie.