I have PHP 7.0 on my VPS with CentOS 6.10 and there is an application that needs PHP 7.1 and above. Also, there's a separate application that uses a php function that is deprecated in PHP 7.1, so I need both PHP 7.0 and 7.1
I have the remi-php70 and remi-php71 repositories, but when I do the yum --enablerepo=remi-php71 install php71
it shows No package php71 available
.
I also tried installing the centos-release-scl
package, but it again says No package centos-release-scl available
.
I have a different VPS with CentOS 6.9 and both packages are available on it.
I don't know what's different in CentOS 6.10. Could use some help.
UPDATE: I realized the VPS is running 32-bit of CentOS 6 and the other VPS was running 64-bit. No wonder, it couldn't find the packages. So, any idea of running multiple PHP versions when centos-release-scl
is not available in 32-bit CentOS.