Multiple PHP versions in CentOS 8

How to install multiple versions of PHP in CentOS 8 ?

I need 7.1,7.2 and 7.3 for now,
Can we select the per site with CentOS 8 as well ?

Try

yum install rh-php71 rh-php71-php rh-php71-php-gd rh-php71-php-mbstring rh-php71-php-mysqlnd rh-php71-php-intl rh-php71-php-ldap

…and so on for 7.2 and 7.3.

I assume we can, never tried it.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.