PHP 8.2 is currently only receiving security fixes. PHP 8.2.0RC7 is not the latest version in the series, and using this release is not recommended. PHP 8.2.28 is the latest in the series.
Downloads
Source Code
git clone https://github.com/php/php-src.git --depth 1 --branch php-8.2.0RC7
./buildconf
), configuring the build ./configure
, and running make
.Detailed articles on how to compile PHP are available for Ubuntu/Debian based systems and Fedora/RHEL based systems.
Windows binaries
Docker/Podman Containers
docker pull php:8.2.0RC7-cli-alpine
docker pull php:8.2.0RC7-cli
docker pull php:8.2.0RC7-fpm-alpine
docker pull php:8.2.0RC7-apache
docker pull php:8.2.0RC7-fpm
Commit List
Bob Weinand
- Move observer_declared_function_notify until after
pass_two()
in 97236f9d9b - Do not report MINIT stage internal class aliases in extensions in 2d80d988c2
- Fix opcache preload with observers enabled in 37b3e377a4
- Fix crash reading module_entry after DL_UNLOAD() when module already loaded in a814afb088
Pierrick Charron
- Revert "Update NEWS for PHP 8.2.0" in dfe9a8d508
- Prepare PHP 8.2.0 RC7 in 09f9d24ba3