PHP version 8.0.27, 8.1.14 and 8.2.1
RPMs of PHP version 8.2.1 are available in remi-modular repository for Fedora ≥ 35 and Enterprise Linux ≥ 8 (RHEL, Alma, CentOS, Rocky...) and in remi-php82 repository for EL 7.
RPMs of PHP version 8.1.14 are available in remi-modular repository for Fedora ≥ 35 and Enterprise Linux ≥ 8 (RHEL, Alma, CentOS, Rocky...) and in remi-php81 repository for EL 7.
RPMs of PHP version 8.0.27 are available in remi-modular repository for Fedora ≥ 35 and Enterprise Linux ≥ 8 (RHEL, Alma, CentOS, Rocky...) and in remi-php80 repository for EL 7.
The modules for EL-9 are available for x86_64 and aarch64.
PHP version 7.4 have reached its end of life and is no longer maintained by the PHP project.
These versions are also available as Software Collections in the remi-safe repository.
These Versions fix 1 security bug, so update is strongly recommended.
Version announcements:
Installation: use the Configuration Wizard and choose your version and installation mode.
Replacement of default PHP by version 8.2 installation (simplest):
dnf module reset php dnf module enable php:remi-8.2 dnf update php\*or, the old EL-7 way:
yum-config-manager --enable remi-php82 yum updateParallel installation of version 8.2 as Software Collection
yum install php82Replacement of default PHP by version 8.1 installation (simplest):
dnf module reset php dnf module enable php:remi-8.1 dnf update php\*or, the old EL-7 way:
yum-config-manager --enable remi-php81 yum update php\*Parallel installation of version 8.1 as Software Collection
yum install php81Replacement of default PHP by version 8.0 installation (simplest):
dnf module reset php dnf module enable php:remi-8.0 dnf update php\*or, the old EL-7 way:
yum-config-manager --enable remi-php80 yum updateParallel installation of version 8.0 as Software Collection
yum install php80And soon in the official updates:
- Fedora Rawhide now have PHP version 8.2.1
- Fedora 37 - PHP 8.1.14
- Fedora 36 - PHP 8.1.14
To be noticed :
- EL-9 RPMs are build using RHEL-9.1
- EL-8 RPMs are build using RHEL-8.7
- EL-7 RPMs are build using RHEL-7.9
- intl extension now uses libicu71 (version 71.1)
- mbstring extension (EL builds) now uses oniguruma5php (version 6.9.8, instead of the outdated system library)
- oci8 extension now uses Oracle Client version 21.8
- a lot of extensions are also available, see the PHP extensions RPM status (from PECL and other sources) page
Information:
PHP version 8.0.27, 8.1.14 and 8.2.1 - Remi's RPM repository - Blog
PHP 8.0.27, 8.1.14, and 8.2.1 packages have been made available for Fedora and RHEL-based Linux distributions by Remi Collet.