1
I want to install LAMP in a Ubuntu 18.04 LTS with 2 php versions: 5.6 and 7.2, and can switch between php versions in a practical way.
I searched but only found about the installation of LAMP + PHP (1 version) and not LAMP + PHP (2 versions)... Suggestions?
Can ride your Stack using Docker (an image with LAMP for each version of php). Or use a pro version manager php (phpenv and virtphp). Obs: I haven’t used these version managers yet, they’re just suggestions, unfortunately (or fortunately) do not program in php :p
– Tuxpilgrim