Fedora Linux 8574 Published by

Remi Collet has released PHP 8.0.22 and 8.1.9 packages for Fedora and RHEL based Linux distributions.



PHP version 8.0.22 and 8.1.9

RPMs of PHP version 8.1.9 are available in remi-modular repository for Fedora ≥ 34 and Enterprise Linux ≥ 8 (RHEL, Alma, CentOS, Rocky...) and in remi-php81 repository for EL 7.

RPMs of PHP version 8.0.22 are available in remi-modular repository for Fedora ≥ 34 and Enterprise Linux ≥ 8 (RHEL, Alma, CentOS, Rocky...) and in remi-php80 repository for EL 7.

The modules for EL-9 are now available for x86_64 and aarch64.

No security fix this month, so no update for version  7.4.30.

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.

Version announcements:

Installation: use the  Configuration Wizard and choose your version and installation mode.

Replacement 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 php81

Replacement 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 update

Parallel installation of version 8.0 as  Software Collection

yum install php80

Replacement of default PHP by version 7.4 installation (simplest):

dnf module reset php
dnf module enable php:remi-7.4
dnf update php\*

or, the old EL-7 way:

yum-config-manager --enable remi-php74
yum update

Parallel installation of version 7.4 as  Software Collection

yum install php74

And soon in the official updates:

Gnome_shell_screenshot_09fnu0

PHP version 8.0.22 and 8.1.9 - Remi's RPM repository - Blog