Page 1 of 1

Running multiple versions of PHP

Posted: Fri Nov 19, 2021 5:17 pm
by adrian.sandoval
Hello,

I have a problem, I have 2 applications that run with different versions of PHP, I would like to know how I could build a server with 2 simultaneous versions of PHP.

I have read this about XAMP: https://stackoverflow.com/questions/45 ... s-in-xampp

But I wish I could do something similar in MAMP.

Re: Running multiple versions of PHP

Posted: Sat Nov 20, 2021 12:05 pm
by mampsupportmod
MAMP has CGI mode which allows each of your hosts to be a set to a different PHP version

Re: Running multiple versions of PHP

Posted: Mon Nov 22, 2021 3:30 pm
by adrian.sandoval
How can configure CGI