i have a lampp stack on my Ubuntu 14.04 machine. It was installed from an apachefriends.org installer ages ago. As i can see in the binaries it has 2 PHP
versions already installed with just a symlink for the actual php
. Now i want to add a new PHP
version (and keep the ones installed), in this case some 7.x on top of 5.x that are already present.
I think i could download and build/configure PHP but actually i have no idea how it would integrate into lampp with the existing versions. Particularly extensions, and possibly different config files. Would they use the same? Is it possible anyway?