The following line in .htaccess enables PHP 5.2:
AddType php5-cgi .html
Is there an equivalent for the new PHP 5.3.4?
The following line in .htaccess enables PHP 5.2:
AddType php5-cgi .html
Is there an equivalent for the new PHP 5.3.4?
No, there is not. The same AddType line will enable either PHP 5.2 or 5.3, depending on which version the domain is set to use.