Submitted by jims45 on Tue, 10/04/2016 - 12:33
Reading documentation I see its possible to install multiple versions of php on a Centos server. Can you point me to a tutorial that explains how to do this with Ubuntu?
I have a script that needs an older version of php. Thanks in advance.
Status:
Closed (fixed)
Comments
Submitted by andreychek on Tue, 10/04/2016 - 13:46 Comment #1
Howdy -- it's unfortunately not as simple on servers not running CentOS. CentOS makes it an easy process by providing packages designed to be used side-by-side with your existing PHP packages.
Ubuntu and Debian don't provide that unfortunately.
So that only way to achieve that on Ubuntu and Debian would be to compile your own PHP version, then tell Virtualmin your PHP versions location in System Settings -> Virtualmin Config -> PHP options.
Submitted by singhdd on Tue, 10/04/2016 - 14:31 Comment #2
You can use https://launchpad.net/~ondrej/+archive/ubuntu/php?field.series_filter=tr... for multiple php versions at same time in ubuntu 14.04 but it doesnt provide anything older than 5.5
Submitted by jims45 on Wed, 10/05/2016 - 14:07 Comment #3
Thank you.. that fixed my problem!
Submitted by JamieCameron on Wed, 10/05/2016 - 18:38 Comment #4