PHP 8.0 reached EOL on , and all releases of this version no longer receive security or bug fixes. Using PHP 8.0.6 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.6
./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.6-cli-alpine
docker pull php:8.0.6-cli
docker pull php:8.0.6-fpm-alpine
docker pull php:8.0.6-apache
docker pull php:8.0.6-fpm
ChangeLog
PDO_pgsql
- Revert "Fixed bug #80892 (
PDO::PARAM_INT
is treated the same asPDO::PARAM_STR
)" from PHP 8.0.5.
Commit List
Matteo Beccati
- Revert "Fix #80892:
PDO::PARAM_INT
is treated the same asPDO::PARAM_STR
" in f27457e056
Sara Golemon
- NEWS in f143587095
- Update versions for PHP 8.0.6 in ee18603649