Release Information
- Release Type
- Security Update
- Release Status
- EOL
- Branch Status
- Unsupported
PHP 7.4 reached EOL on , and all releases of this version no longer receive security or bug fixes. Using PHP 7.4.33 is not recommended.
Downloads
Source Code
git clone https://github.com/php/php-src.git --depth 1 --branch php-7.4.33
./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.33-cli-alpine
docker pull php:7.4.33-cli
docker pull php:7.4.33-fpm-alpine
docker pull php:7.4.33-apache
docker pull php:7.4.33-fpm
ChangeLog
GD
- Fixed bug #81739: OOB read due to insufficient input validation in imageloadfont(). (CVE-2022-31630)
Hash
- Fixed bug #81738: buffer overflow in
hash_update()
on long parameter. (CVE-2022-37454)
Commit List
Christoph M. Becker
- Fix #81739: OOB read due to insufficient validation in
imageloadfont()
in d50532be91
Derick Rethans
- Prepare for next release in ad8d00b47b
- Update versions for PHP 7.4.33 in dca8d5565b
Ilija Tovilo
- Revert incorrect PHP-7.4 version constants in 8b919c3175
Stanislav Malyshev
- Fix bug #81738 (buffer overflow in
hash_update()
on long parameter) in 248f647724 - Update NEWS in 2669ed7d77