Notably register_globals and safe_mode are both deprecated. Much code written before PHP 5 (and some during) makes use of both these, and a lot of code needs updating.
Many string search related functions have been deprecated too, such as split() and ereg().
See http://php.net/manual/en/migration53.deprecated.php for a full list.