PHP 7.3 reached EOL on , and all releases of this version no longer receive security or bug fixes. Using PHP 7.3.29 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.29
./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.29-cli-alpine
docker pull php:7.3.29-cli
docker pull php:7.3.29-fpm-alpine
docker pull php:7.3.29-apache
docker pull php:7.3.29-fpm
ChangeLog
Core
- Fixed bug #81122: SSRF bypass in FILTER_VALIDATE_URL. (CVE-2021-21705)
PDO_Firebird
- Fixed bug #76448: Stack buffer overflow in firebird_info_cb. (CVE-2021-21704)
- Fixed bug #76449: SIGSEGV in firebird_handle_doer. (CVE-2021-21704)
- Fixed bug #76450: SIGSEGV in firebird_stmt_execute. (CVE-2021-21704)
- Fixed bug #76452: Crash while parsing blob data in firebird_fetch_blob. (CVE-2021-21704)
Commit List
Christoph M. Becker
- Add missing NEWS entry for #80710 in 60a68a45c3
- Fix ./makedist wrt. to GH move in 096f148c61
- 7.3.29 is next in 98c8ad9218
- Fix #81122: SSRF bypass in FILTER_VALIDATE_URL in a5538c6229
- Fix #76452: Crash while parsing blob data in firebird_fetch_blob in 286162e9b0
- Fix #76450: SIGSEGV in firebird_stmt_execute in bcbf8aa0c9
- Fix #76449: SIGSEGV in firebird_handle_doer in 08da7c7372
- Fix #76448: Stack buffer overflow in firebird_info_cb in 67afa32541
- Prepare for 7.3.29 in 0960f2cdcf
Stanislav Malyshev
- Update NEWS in c68a687566