• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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