I am planning to include some PHP5 funtions in my Drupal PHP snippets (SimpleXML, SOAP, etc.) My ISP (goDaddy.com) runs my Drupal installation under PHP 4.3.11. In order to activate PHP5, the file extension must be .php5. I tried to change index.php to index.php5. The home page loads if I run mysite.com/index.php5 but everything else fails.

How can I activate PHP5 in this situation? Do I change every php extension to php5 or is there a better solution?

Thanks,
Laszlo

osherl.com