PHP 7.3 reached EOL on , and all releases of this version no longer receive security or bug fixes. Using PHP 7.3.28 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.28
./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.28-cli-alpine
docker pull php:7.3.28-cli
docker pull php:7.3.28-fpm-alpine
docker pull php:7.3.28-apache
docker pull php:7.3.28-fpm
ChangeLog
Core
- Fixed ./makedist wrt. to GH move.
Imap
- Fixed bug #80710 (
imap_mail_compose()
header injection).
Commit List
Christoph M. Becker
- 7.3.28 is next in 039ca4e219
- Fix #80852: Stack-overflow when
json_encode()
'ing SimpleXMLElement in 9f7e8b777c - Fix #80710:
imap_mail_compose()
header injection in 37962c61d2 - Prepare for 7.3.28 in 29afa7c7df
- Fix ./makedist wrt. to GH move in eb7cdb8f4a
Dylan K. Taylor
- run-tests: fixed exit code not being set on BORKED tests in 729cd8bacd
Nikita Popov
- Fix newly introduced compiler warning in 06c9633b43
Stanislav Malyshev
- Revert "Fix #80852: Stack-overflow when
json_encode()
'ing SimpleXMLElement" in 1b88c85cd8