PHP 7.3 reached EOL on , and all releases of this version no longer receive security or bug fixes. Using PHP 7.3.26 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.26
./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.26-cli-alpine
docker pull php:7.3.26-cli
docker pull php:7.3.26-fpm-alpine
docker pull php:7.3.26-apache
docker pull php:7.3.26-fpm
ChangeLog
Standard
- Fixed bug #77423 (FILTER_VALIDATE_URL accepts URLs with invalid userinfo). (CVE-2020-7071)
- Fixed bug #80457 (
stream_get_contents()
fails with maxlength=-1 or default).
Commit List
Christoph M. Becker
- 7.3.26 is next in b5ce6df0da
- Prepare 7.3.26RC1 in 4631611c44
- Prepare for 7.3.26 in 45f25e16d2
Daniel Black
- Fix mysqli_get_client_stats test in 4a10037cb4
- Fix mysqli_expire_password test for mariadb in 0697a64f7e
Jakub Zelenka
- Fix test for bug62890 to not depend on system cert store in 685708160e
Nikita Popov
- Fixed bug #80457 in d6fcaf5da4
Stanislav Malyshev
- Fix #77423:
parse_url()
will deliver a wrong host to user in d4f5aed221