Centos 7 using multiple PHP versions

General support questions
Post Reply
Wanhedaking
Posts: 1
Joined: 2019/08/17 08:35:18

Centos 7 using multiple PHP versions

Post by Wanhedaking » 2019/08/17 08:37:12

Hello everyone,,
I like to use for a specified site PHP7 version, but also leave php54 for others which use it.
Can someone help me to setup apache for one web page to use PHP7?
I tried remi PHP but it makes total mess, so than I have installed rh-php71
and tried this https://serverfault.com/questions/43187 ... -on-ubuntu
but still doesn't work.
So please some help to configure this. :?

User avatar
remirepo
Posts: 447
Joined: 2014/09/21 09:07:12
Location: France
Contact:

Re: Centos 7 using multiple PHP versions

Post by remirepo » 2019/08/18 06:26:06

Remi's Repository - Forum - Blog

tony_down_under
Posts: 83
Joined: 2019/08/07 01:50:24
Location: Perth, Australia but originally from Carshalton, Surrey

Re: Centos 7 using multiple PHP versions

Post by tony_down_under » 2019/08/19 04:04:42

I recommend that you plan out which php7 modules you require and check that everything is available in the repo first. Last time I done this I used Ubuntu because everything I needed was available there. Compared to CentOS where everything is available in a combination of different repos which resulted in things being installed but not being found or set up.

Post Reply