PHP 7.4 reached EOL on , and all releases of this version no longer receive security or bug fixes. Using PHP 7.4.30 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.30
./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.30-cli-alpine
docker pull php:7.4.30-cli
docker pull php:7.4.30-fpm-alpine
docker pull php:7.4.30-apache
docker pull php:7.4.30-fpm
ChangeLog
mysqlnd
- Fixed bug #81719: mysqlnd/pdo password buffer overflow. (CVE-2022-31626)
pgsql
- Fixed bug #81720: Uninitialized array in
pg_query_params()
. (CVE-2022-31625)
Commit List
Christoph M. Becker
- Fix #81720: Uninitialized array in
pg_query_params()
leading to RCE in 55f6895f4b
Derick Rethans
- Prepare for 7.4.30 in fbee73df14
- Update versions for PHP 7.4.30 in c94d7983d3
Stanislav Malyshev
- Fix bug #81719: mysqlnd/pdo password buffer overflow in 58006537fc
- Update NEWS in d1be9369ad