PHP version 8.2.0 is released!
+
Par Remi le jeudi 8 décembre 2022, 13:49 - Archives - Lien permanent
RC7 was GOLD, so version 8.2.0 GA is just released, at planed date.
A great thanks to Perrick Charron, Sergey Panteleev and Ben Ramsey our Release Managers, to all developers who have contributed to this new long awaiting version of PHP and thanks to all testers of the RC versions who have allowed us to deliver a good quality version.
RPM are available in the php:remi-8.2 module for Fedora and Enterprise Linux ≥ 8 and as Software Collection in the remi-safe repository.
RPM are also available in the remi-php82 repository for Enterprise Linux 7 (RHEL, CentOS, Alma, Rocky...).
Read the PHP 8.2.0 Release Announcement and its Addendum for new features detailed description.
For memory, this is the result of 6 months of work for me to provide these packages, starting in May for Software Collections of alpha versions, in September for module streams of RC versions, and also a lot of work on extensions to provide a mostly full PHP 8.2 stack.
Installation: read the Repository configuration and choose installation mode, or follow the Configuration Wizard instructions.
Replacement of default PHP by version 8.2 installation (simplest):
Fedora modular or Enterprise Linux ≥ 8:
dnf module reset php dnf module install php:remi-8.2
Enterprise Linux 7:
yum-config-manager --enable remi-php82 yum update php\*
Parallel installation of version 8.2 as Software Collection (x86_64 only, recommended for tests):
yum install php82
To be noticed :
- EL9 RPMs are build using RHEL-9.1
- EL8 RPMs are build using RHEL-8.7
- EL7 RPMs are build using RHEL-7.9
- this version will also be the default version in Fedora 38
- lot of extensions are already available, see the PECL extension RPM status page.
Information, read:
Base packages (php)
Software Collections (php82)
Commentaires
Archived entry, see PHP version 8.0.27, 8.1.14 and 8.2.1