soweit ich sehen kann, haben viele von den großen (z. Bsp. Telekom, Strato, 1&1, all-inkl.com auf Anfrage, hetzner, hosteurope, 1blu, evanzo optional) bereits PHP 5 im Angebot
Gerade mal gecheckt - auch die Umschaltung ist schnell erledigt.
all-inkl - Tarif all-inkl privat - PHP5.2.5 - Eintrag in der .htaccess:
AddHandler php5-cgi .php
Hetzner - Tarif SH500 - PHP5.2.5 - Eintrag in der .htaccess:
Action application/x-httpd-php /cgi-sys/php-fcgi-starter.fcgi
AddType application/x-httpd-php .php3 .php4
Action application/x-httpd-php5 /cgi-sys/php5-fcgi-starter.fcgi
AddType application/x-httpd-php5 .php .php5
1blu - Tarif PerformancePack L - PHP 5.1.4 - eine Datei mit dem Namen php.conf und folgendem Eintrag ins root-Verzeichnis laden:
php_version=5
(wird ein Mal pro Stunde aktualisiert)
Somit sind zumindest all-inkl und Hetzner bereits für CMSms V2 gerüstet (benötigt wird 5.2+).