How can I change the PHP version to 5.2 on a server using either an .htaccess of php.ini file?
Adding
AddHandler application/x-httpd-php52 .php .php5 .php4 .php3
to your .htaccess might work.