#Changing PHP Version on Plesk
Server currently runs on 5.4.33, however we have configured an additional version of PHP 5.3 for a site which requires a PHP 5.3 Depreciated Function. This is installed in /usr/local/php53-cgi/
. We can switch Domains over to this version manually if requires as follows. The guide below uses example.com as the domain.
First we create a PHP wrapper.
cd /var/www/vhosts/example.com/cgi-bin
mkdir .cgi_wrapper
cd .cgi_wrapper
touch .phpwrapper