I have php55 actually and httpd. I would like to install also php7 (with php 55) or only php 5.6 - I mean php version 5.6, not php56.
How can I do that?
I have php55 actually and httpd. I would like to install also php7 (with php 55) or only php 5.6 - I mean php version 5.6, not php56. How can I do that? |
|||||||||
migrated from meta.unix.stackexchange.com Aug 15 at 15:46This question came from our discussion, support, and feature requests site for users of Linux, FreeBSD and other Un*x-like operating systems. |
|||||||||
|
You will have to compile and package additional versions of PHP yourself using different compile time option to make them work from different path. To do that, please read your distro specific documentation. You could also try to use a PHP slotting system if you don't need them to run concurrently. For example, Gentoo uses the "eselect" tool for that purpose, your distro may have a similar tool. |
|||
|