PHP 7.3 reached EOL on , and all releases of this version no longer receive security or bug fixes. Using PHP 7.3.27 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.27
./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.27-cli-alpine
docker pull php:7.3.27-cli
docker pull php:7.3.27-fpm-alpine
docker pull php:7.3.27-apache
docker pull php:7.3.27-fpm
ChangeLog
SOAP
- Fixed bug #80672 (Null Dereference in SoapClient). (CVE-2021-21702)
Commit List
Christoph M. Becker
- 7.3.27 is next in 40d9e3ab86
- Fix #77423:
parse_url()
will deliver a wrong host to user in 2d3d72412a - Alternative fix for bug 77423 in 4a89e726bd
- Revert "Updated to version 2021.1 (2021a)" in 57257a4335
- Prepare for 7.3.27 in c800ecda06
Derick Rethans
- Updated to version 2021.1 (2021a) in 491488d217
Stanislav Malyshev
- Rm unneeded function in 9c673083cd
- Fix bug #80672 - Null Dereference in SoapClient in 3c939e3f69