How to upgrade to PHP7 for my Directadmin?

Tommyhara

Verified User
Joined
Jul 25, 2014
Messages
185
Hi everyone,

I want to upgrade my PHP 5.6x to PHP 7 for my Directadmin

how to just upgrade PHP without updating other components?

Thanks
 
Hi,

change your php version in the custumbuild options.conf with nano (or your favorite text editor)



change the line



to



save and quit.

build php




Regards,

Great webaltern and thanks for the guide!

Just curious, after upgraded to PHP 7.0 then I can downgrade from PHP7 to PHP 5.6?

Is that possible? and can I do the same steps as you suggested above for downgrading from PHP7 to PHP 5.6?
 
You can change and use any combinations of PHP versions at any time: upgrade, downgrade to any available version.
 
Back
Top