Keywords: LAMP/MAMP/WAMP - Windows - How to - Other
Description:
Is it possible to install multiple WAMP stacks but only run one stack at a time?
I want to migrate applications running on wamp 5.6.x to wamp 7.3.x.
On my development machine, I would like to be able to start either of the stacks so that each stack will use the same ports for Apache and MySQL. This way, when migrating to php 7, I can use the 7.3.x stack and when debugging legacy apps, I can use the 5.6.x stack. Any ideas?