PHP 7.4 reached EOL on , and all releases of this version no longer receive security or bug fixes. Using PHP 7.4.28 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.28
./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.28-cli-alpine
docker pull php:7.4.28-cli
docker pull php:7.4.28-fpm-alpine
docker pull php:7.4.28-apache
docker pull php:7.4.28-fpm
ChangeLog
Filter
- Fix #81708: UAF due to
php_filter_float()
failing for ints (CVE-2021-21708)
Commit List
Christoph M. Becker
- Fix
openssl_x509_checkpurpose_basic.phpt
in 98175fc7f1 - macOS 10.14 runners are no longer available via Azure Pipeline in 6d5f2ba78d
- Fix #81708: UAF due to
php_filter_float()
failing for ints in dce5e561a6
Derick Rethans
- Prepare for 7.4.28 in f533744c92
- Add fix to NEWS in d13ceb74fa
- Update versions for PHP 7.4.28 in 33fb9dcbc3