×

PHP version 8.1.24 and 8.2.11 – Remi’s RPM repository

PHP version 8.1.24 and 8.2.11 – Remi’s RPM repository


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

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

The Fedora 39, EL-8 and EL-9 packages (modules and SCL) are available for x86_64 and aarch64.

emblem-notice-24.pngNo security fix this month, so no update for version 8.0.30.

emblem-important-2-24.pngPHP 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.

Version announcements:

emblem-notice-24.pngInstallation: 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 update

Parallel installation of version 8.2 as Software Collection


yum install php82

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

And soon in the official updates:

emblem-important-2-24.pngTo be noticed :

  • EL-9 RPMs are built using RHEL-9.2
  • EL-8 RPMs are built using RHEL-8.8
  • EL-7 RPMs are built using RHEL-7.9
  • intl extension now uses libicu72 (version 72.1)
  • mbstring extension (EL builds) now uses oniguruma5php (version 6.9.8, instead of the outdated system library)
  • oci8 extension now uses the RPM of Oracle Instant Client version 21.11 on x86_64, 19.19 on aarch64
  • a lot of extensions are also available, see the PHP extensions RPM status (from PECL and other sources) page

emblem-notice-24.pngInformation:

Base packages (php)

Software Collections (php80 / php81 / php82)



Source link