emblem-important-4-24.pngThe repository provides development versions which are not suitable for production usage.

Also read: PHP 8.2 as Software Collection

emblem-notice-24.pngInstallation : read the Repository configuration and choose installation mode.

Replacement of default PHP by version 8.2 installation, module way (simplest way on Fedora and EL-8):

dnf module reset php
dnf module install php:remi-8.2
dnf update

Replacement of default PHP by version 8.2 installation, repository way (simplest way on EL-7):

yum-config-manager --enable remi-php82
yum update php\*

Parallel installation of version 8.2 as Software Collection (recommended for tests):

yum install php82

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

  • EL9 rpm are build using RHEL-9.0
  • EL8 rpm are build using RHEL-8.6
  • EL7 rpm are build using RHEL-7.9
  • most extensions are also available, see the PHP extension RPM status page and PHP version 8.2 tracker
  • follow the comments on this page for update until final version
  • proposed as a Fedora 38 change

emblem-notice-24.pngInformation, read:

Base packages (php)

Software Collections (php82)