PHP 8.0 reached EOL on , and all releases of this version no longer receive security or bug fixes. Using PHP 8.0.29 is not recommended. PHP 8.0.30 is the latest version in the series.
Downloads
Source Code
git clone https://github.com/php/php-src.git --depth 1 --branch php-8.0.29
./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.0.29-cli-alpine
docker pull php:8.0.29-cli
docker pull php:8.0.29-fpm-alpine
docker pull php:8.0.29-apache
docker pull php:8.0.29-fpm
ChangeLog
Soap
- Fixed bug GHSA-76gg-c692-v2mw (Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP). (CVE-2023-3247)
Commit List
Gabriel Caruso
- Update versions for PHP 8.0.29 in 340c89f31f
Niels Dossche
- Fix missing randomness check and insufficient random bytes for SOAP HTTP Digest in ac4254ad76
Pierrick Charron
- Update NEWS in b720ab99f8
- Fix wrong backporting of previous soap patch in 32c7c433ac
Remi Collet
- more config for new FPM tests in e86d8704b4
- Fix GH-11382 add missing hash header for bin2hex in 0572448263