Is there a way to use two versions of PHP on the same server?

3

Is there a way to use two versions of PHP on the same Windows server?

I have an application that only works in version 5 and I have another that only works in version 7.

I use XAMPP for Windows in both versions and I would like to know if you can configure it in a way that a particular port, for example, 8080 is PHP5 and 8090 is PHP7.

I tried to put two XAMPP folders (xampp5 and xampp7) but it seems to only run if the folder is named xampp.

    
asked by anonymous 19.01.2018 / 21:23

0 answers