How do i install another version of PhP?

I would like to have installed WHMCS on my dedicated server. (I already have installed apache2)
How do I install PhP 5.4 as WHMCS not support PhP 5.5?

WHMCS System requirements: http://docs.whmcs.com/System_Requirements

I use ubuntu 14.04 & apache2

Answer

You can try https://github.com/CHH/phpenv

There is one more version manager https://github.com/wilmoore/php-version, but I would give a try to phpenv, because I am using rbenv and it works fine.

Attribution
Source : Link , Question Author : Andreas1803 , Answer Author : looper

Leave a Comment