default php version not be set correctly

When setting php scripts to be run by php-cgi it incorrectly sets the "AddType application/x-httpd-php4 .php"

I have my default version set to php5 so "AddType application/x-httpd-php4 .php" should really be set to use "AddType application/x-httpd-php5 .php" instead.

Status: 
Closed (fixed)