• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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