0 votes
Upgading PHP on a Plesk server

Please Server, PHP

How to upgrade PHP on a Plesk server
asked by (6.1k points)

1 Answer

0 votes

You will have to download a script from ww.atomicorp.com and have to install it which will then allow you to upgrade PHP using yum.

1) Download the script:

wget -q -O – http://www.atomicorp.com/installers/atomic.sh

2) Install the script:

sh atomic.sh

3) Now upgrade PHP using yum:

yum upgrade php

Once it is installed, restart the httpd service.

answered by (6.1k points)
...