• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

How to install php 5.5 in my Plesk 12

You official "Multiple PHP feature" described in Plesk documentation or PHP Panda solution from Atomic.
 
I tried this Solution but dindt work for me i shared the error i got but no answer so was wondering if there is an official way to do so !?
 
If you're not worried about multiple PHP versions and would like to upgrade PHP on the entire server, the easiest way I know is to install the Atomic repo (CentOS / RHEL):
Code:
wget -q -O - http://www.atomicorp.com/installers/atomic.sh | sh


Followed by:
Code:
yum update

Check with:
Code:
php -v
 
yeah it worked just becoz i was using nginx so wasent able to see the version until i disabled nginx,

Thank you
 
Back
Top