PHP 7.4 reached EOL on , and all releases of this version no longer receive security or bug fixes. Using PHP 7.4.31 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.31
./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.31-cli-alpine
docker pull php:7.4.31-cli
docker pull php:7.4.31-fpm-alpine
docker pull php:7.4.31-apache
docker pull php:7.4.31-fpm
Commit List
Christoph M. Becker
- Fix #81726: phar wrapper: DOS when using quine gzip file in 404e8bdb68
Derick Rethans
- Bump version in 7.4 to 7.4.31-dev in 8fbeadcd45
- Fix #81727: Don't mangle HTTP variable names that clash with ones that have a specific semantic meaning in 0611be4e82
- Add CVEs in 6f586ef90f
- Update versions for PHP 7.4.31 in 3d2745768f