PHP version 7.3.26RC1, 7.4.14RC1 and 8.0.1RC1
+
Par Remi le vendredi 18 décembre 2020, 07:02 - Archives - Lien permanent
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.0.1RC1 are available as SCL in remi-test repository and as base packages in the remi-php80-test repository for Fedora 31-33 and Enterprise Linux.
RPM of PHP version 7.4.14RC1 are available as SCL in remi-test repository and as base packages in the remi-test repository for Fedora 32-33 or remi-php74-test repository for Fedora 31 and Enterprise Linux.
RPM of PHP version 7.3.26RC1 are available as SCL in remi-test repository and as base packages in the remi-test repository for Fedora 31 or remi-php73-test repository for Enterprise Linux.
PHP version 7.3 is now in security mode only, so no more RC will be released.
Installation : read the Repository configuration and choose your version.
Parallel installation of version 8.0 as Software Collection:
yum --enablerepo=remi-test install php80
Parallel installation of version 7.4 as Software Collection:
yum --enablerepo=remi-test install php74
Parallel installation of version 7.3 as Software Collection:
yum --enablerepo=remi-test install php73
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\*
Update of system version 7.4:
yum --enablerepo=remi-php74,remi-php74-test update php\*
or, the modular way (Fedora and EL 8):
dnf module reset php dnf module enable php:remi-7.4 dnf --enablerepo=remi-modular-test update php\*
Update of system version 7.3:
yum --enablerepo=remi-php73,remi-php73-test update php\*
or, the modular way (Fedora and EL 8):
dnf module reset php dnf module enable php:remi-7.3 dnf --enablerepo=remi-modular-test update php\*
Notice: version 7.4.14RC1 is also in Fedora rawhide for QA.
x86_64 builds now use Oracle Client version 19.9
EL-8 packages are built using RHEL-8.3
EL-7 packages are built using RHEL-7.9
RC version is usually the same as the final version (no change accepted after RC, exception for security fix).
Software Collections (php73, php74, php80)
Base packages (php)
Commentaires
Archived entry, see PHP version 7.3.26, 7.4.14 and 8.0.1