Best Software for 2025 is now live!

How to install two different PHP versions such as 7.X and 8.0 ?

I am running some web applications those are highly coupled with PHP 7.X and I want to use PHP 8.0 with another application I developed recently. So how do I keep both versions of PHP in the same server.
1 comment
Looks like you’re not logged in.
Users need to be logged in to answer questions
Log In
César G.
CG
Senior Software Engineer en ASSETEC
0
You can containerize your application by using Docker, then you could have different versions of PHP on the server without conflicts since every container is isolated from the host and other containers.
Looks like you’re not logged in.
Users need to be logged in to write comments
Log In
Reply