Answer the question
In order to leave comments, you need to log in
How to install 2 versions of php on CentOS 7?
There is a server on CentOS 7:
nginx 1.6
php 5.4 + php-fpm
How to install another php version 5.3?
Answer the question
In order to leave comments, you need to log in
If the php5.3 package is relocatable, then:
If not, then you can rebuild the package as relocatable or from sources:./configure --prefix=.. && make && make install
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question