S
S
Struchkov Dmitry2014-10-14 04:59:02
PHP
Struchkov Dmitry, 2014-10-14 04:59:02

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

1 answer(s)
B
brutal_lobster, 2014-10-14
@sadan-abiy

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 question

Ask a Question

731 491 924 answers to any question