In one place, stripos is used in RC2. Stripos is PHP5 only, so many shops will break when used on a host that is not up-to-date.
The solution is to find every instance of stripos, and change it to strpos (which is backwards PHP compatible). I believe the only code you will need to change is in the file;
admin/backup.php around line 252.