My webhotel moved my account to a php5 server last week.
After I had changed in config.php
From
Code:
$config['Database']['dbtype'] = 'mysql';
to
Code:
$config['Database']['dbtype'] = 'mysqli';
it works faster and more stable.
One problem with media in Firefox
If I have more than one media file (.pdf) in the same thread, then Firefox shut down.
It works better in IE 7.