如何将PHP的默认版本从4更改为5?

My server have default php version of 4, so when I run some script saved as .php I have PHP 4. I want to change it, so I don't must use .php5 extension, I heared that there are something in .htacess. I want to run eyeOS on my server, but I don't want to change every line from .php to .php5 Help?

AddHandler php5-script .php into .htaccess

Shouldn't it be 'AddHandler application/x-httpd-php5 .php '?