• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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