PHP 7.3 reached EOL on , and all releases of this version no longer receive security or bug fixes. Using PHP 7.3.30 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.30
./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.30-cli-alpine
docker pull php:7.3.30-cli
docker pull php:7.3.30-fpm-alpine
docker pull php:7.3.30-apache
docker pull php:7.3.30-fpm
Commit List
Christoph M. Becker
- 7.3.30 is next in 53ea910d17
- Fix #81211: Symlinks are followed when creating PHAR archive in 2ff853aa11
- Prepare 7.3.30 in bb35d72ba1
Stanislav Malyshev
- Update NEWS in b2008ab97d
- Fix test in b815645aac