PHP 7.4 reached EOL on , and all releases of this version no longer receive security or bug fixes. Using PHP 7.4.32 is not recommended. PHP 7.4.33 is the latest version in the series.
Downloads
Source Code
git clone https://github.com/php/php-src.git --depth 1 --branch php-7.4.32
./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:7.4.32-cli-alpine
docker pull php:7.4.32-cli
docker pull php:7.4.32-fpm-alpine
docker pull php:7.4.32-apache
docker pull php:7.4.32-fpm
ChangeLog
Core
- Fixed bug #81726: phar wrapper: DOS when using quine gzip file. (CVE-2022-31628).
- Fixed bug #81727: Don't mangle HTTP variable names that clash with ones that have a specific semantic meaning. (CVE-2022-31629).
Commit List
Christoph M. Becker
- Fix regression introduced by fixing bug 81726 in 432bf196d5
Derick Rethans
- Prepare for 7.4.32 in 0b4e153394
- Update versions for PHP 7.4.32 in 613fcb5251