
This affects the entire account.
To override the default and use PHP 4 for only some files add this line to a .htaccess file in the same folder as the files to be affected.
AddHandler application/x-httpd-php4 php
for PHP 4, or
AddHandler application/x-httpd-php5 php
for PHP 5.