PHP version 7.4.27RC1, 8.0.14RC1 and 8.1.1RC1
Release Candidate versions are available in testing repository for Fedora and Enterprise Linux (RHEL / CentOS) to allow more people to test them. They are available as Software Collections, for a parallel installation, perfect solution for such tests, and also as base packages.
RPM of PHP version 8.1.1RC1 are available as SCL in remi-test repository and as base packages in the remi-php81-test repository for Fedora 33-34 and Enterprise Linux.
RPM of PHP version 8.0.14RC1 are available as SCL in remi-test repository and as base packages in the remi-test repository for Fedora 35 or in the remi-php80-test repository for Fedora 33-34 and Enterprise Linux.
RPM of PHP version 7.4.27RC1 are available as SCL in remi-test repository and as base packages in the remi-test repository for Fedora 33-34 or remi-php74-test repository for Enterprise Linux.
PHP version 7.3 is now in security mode only, so no more RC will be released, this is also the last one for 7.4.
Installation : follow the wizard instructions.
Parallel installation of version 8.1 as Software Collection:
yum --enablerepo=remi-test install php81Parallel installation of version 8.0 as Software Collection:
yum --enablerepo=remi-test install php80Update of system version 8.1:
yum --enablerepo=remi-php81,remi-php81-test update php\*or, the modular way (Fedora and EL ≥ 8):
dnf module reset php dnf module enable php:remi-8.1 dnf --enablerepo=remi-modular-test update php\*Update of system version 8.0:
yum --enablerepo=remi-php80,remi-php80-test update php\*or, the modular way (Fedora and EL ≥ 8):
dnf module reset php dnf module enable php:remi-8.0 dnf --enablerepo=remi-modular-test update php\*Notice: version 8.1.1RC1 is also in Fedora rawhide for QA.
PHP version 7.4.27RC1, 8.0.14RC1 and 8.1.1RC1 - Remi's RPM repository - Blog
Remi Collet has released PHP 7.4.27 RC1, 8.0.14 RC1, and 8.1.1 RC1 packages for Fedora and RHEL based Linux distributions.