You will need the option to use own .htaccess files.
Create a new .htaccess file in the respective directory and enter the following line::
AddHandler php5-script .php .php4 .php3 .php5
Now save the file; you can test the functioning of the PHP5 parser with phpinfo().