Multiple Versions of PHP in plesk
By default, in latest version of plesk we will have 5.4 version of php. So if you need additional php version, you can install seperatly and those additional version will be available in fastcgi and cgi handlers. Installtion Steps for php 5.2.17 version # cd /usr/local/src # wget http://museum.php.net/php5/php-5.2.17.tar.gz # tar -zxvf php-5.2.17.tar.gz # cd … Read more