How to force server to run php5
From: tech-bits.com
“Some hosting providers are still using php 4 as their default for scripts, but offer php5 as well. To force your scripts to all use php5, you can try adding this to a .htaccess file on your site:
AddType x-mapp-php5 .php AddHandler x-mapp-php5 .php
“