Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Upgrade php version from 5.2 to 5.3 in Directadmin  (Read 3092 times)

0 Members and 1 Guest are viewing this topic.

rohitj

  • Guest
Upgrade php version from 5.2 to 5.3 in Directadmin
« on: November 16, 2013, 08:55:00 pm »

Upgrade php version from 5.2 to 5.3 in Directadmin


Follow the steps below in order to upgrade your  Server’s PHP from version 5.2 to 5.3 on DirectAdmin platform.

Ssh to the server as root user.

Enter following commands:

---------
d /usr/local/DirectAdmin/custombuild
./build set php5_ver 5.3
./build update
./build php n
services httpd restart
--------

Once it’s done, you can check the upgrade by using below command:

php -v