PHP version 8.0.15 and 8.1.2
+
Par Remi le vendredi 21 janvier 2022, 11:37 - Archives - Lien permanent
RPMs of PHP version 8.1.2 are available in remi-php81 repository for Fedora 33-35 and Enterprise Linux (RHEL, CentOS).
RPMs of PHP version 8.0.15 are available in remi repository for Fedora 35 and remi-php80 repository for Fedora 33-34 and Enterprise Linux (RHEL, CentOS).
No security fix this month, so no update for version 7.4.27.
PHP version 7.3 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 and as module for Fedora and EL ≥ 8.
Version announcements:
Installation: use the Configuration Wizard and choose your version and installation mode.
Replacement of default PHP by version 8.1 installation (simplest):
yum-config-manager --enable remi-php81 yum update php\*
or, the modular way (Fedora and EL ≥ 8):
dnf module reset php dnf module enable php:remi-8.1 dnf update php\*
Parallel installation of version 8.1 as Software Collection
yum install php81
Replacement of default PHP by version 8.0 installation (simplest):
yum-config-manager --enable remi-php80 yum update
or, the modular way (Fedora and EL ≥ 8):
dnf module reset php dnf module enable php:remi-8.0 dnf update php\*
Parallel installation of version 8.0 as Software Collection
yum install php80
Replacement of default PHP by version 7.4 installation (simplest):
yum-config-manager --enable remi-php74 yum update
or, the modular way (Fedora and EL ≥ 8):
dnf module reset php dnf module enable php:remi-7.4 dnf update php\*
Parallel installation of version 7.4 as Software Collection
yum install php74
And soon in the official updates:
- Fedora Rawhide now have PHP version 8.1.2RC1 (soon 8.1.2)
- Fedora 35 - PHP 8.0.15
To be noticed :
- EL-8 RPMs are build using RHEL-8.5
- EL-7 RPMs are build using RHEL-7.9
- EL-7 builds now use libicu69 (version 69.1)
- EL builds now uses oniguruma5php (version 6.9.5, instead of outdated system library)
- oci8 extension now uses Oracle Client version 21.3
- a lot of extensions are also available, see the PHP extensions RPM status (from PECL and other sources) page
Information:
- Migrating from PHP 7.3.x to PHP 7.4.x
- Migrating from PHP 7.4.x to PHP 8.0.x
- Migrating from PHP 8.0.x to PHP 8.1.x
Base packages (php)
Software Collections (php74 / php80 / php81)
Commentaires
Archived entry, see PHP version 7.4.28, 8.0.16 and 8.1.3