PHP version 7.2.26RC1, 7.3.13RC1 and 7.4.1RC1
+
Par Remi le jeudi 5 décembre 2019, 14:16 - 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 7.3.13RC1 are available as SCL in remi-test repository and as base packages in the remi-test repository for Fedora 30-31 or remi-php73-test repository for Fedora 29 and Enterprise Linux.
RPM of PHP version 7.2.26RC1 are available as SCL in remi-test repository and as base packages in the remi-test repository for Fedora 29 or remi-php72-test repository for Enterprise Linux.
This will be the last release of PHP version 7.2 which is now in security mode only.
Installation : read the Repository configuration and choose your version.
Parallel installation of version 7.3 as Software Collection:
yum --enablerepo=remi-test install php73
Parallel installation of version 7.2 as Software Collection:
yum --enablerepo=remi-test install php72
Update of system version 7.3:
yum --enablerepo=remi-php73,remi-php73-test update php\*
or, the modular way (Fedora and RHEL 8):
dnf module reset php dnf module enable php:remi-7.3 dnf --enablerepo=remi-modular-test update php\*
Update of system version 7.2:
yum --enablerepo=remi-php72,remi-php72-test update php\*
or, the modular way (Fedora and RHEL 8):
dnf module reset php dnf module enable php:remi-7.2 dnf --enablerepo=remi-modular-test update php\*
Notice: version 7.4.0 is in Fedora rawhide and version 7.3.123C1 in updates-testing for Fedora 31, for QA.
EL-8 packages are built using RHEL-8.0
EL-7 packages are built using RHEL-7.0
RC version is usually the same as the final version (no change accepted after RC, exception for security fix).
Software Collections (php72, php73)
Base packages (php)
Commentaires
RPM of PHP version 7.4.1RC1 are available as SCL in remi-test repository and as base packages in the remi-php73-test repository for Fedora ≥ 29 and Enterprise Linux ≥ 7.
Software Collections (php72, php73)
Base packages (php)
All the GA versions (7.2.26, 7.3.13 and 7.4.1) are planed for next week (Dec 19th)
Archived entry, see PHP version 7.2.26, 7.3.13 and 7.4.1