PHP 7.3 reached EOL on , and all releases of this version no longer receive security or bug fixes. Using PHP 7.3.32 is not recommended. PHP 7.3.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.3.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.3.32-cli-alpine
docker pull php:7.3.32-cli
docker pull php:7.3.32-fpm-alpine
docker pull php:7.3.32-apache
docker pull php:7.3.32-fpm
ChangeLog
FPM
- Fixed bug #81026 (PHP-FPM oob R/W in root process leading to privilege escalation). (CVE-2021-21703)
Commit List
Christoph M. Becker
- 7.3.32 is next in f2f40b1cf7
- Prepare 7.3.32 in f7beccabb7
Derick Rethans
- Updated to version 2021.3 (2021c) in e81554c6e6
- Revert "Updated to version 2021.3 (2021c)" in 32c0850b4a
Jakub Zelenka
- Fix bug #81026 (PHP-FPM oob R/W in root process leading to priv escalation) in f47798e685