PHP 7.3 reached EOL on , and all releases of this version no longer receive security or bug fixes. Using PHP 7.3.19 is not recommended. PHP 7.3.33 is the latest version in the series.
Downloads
Source Code
Git Clone
Use Git to clone the 7.3.19 tag from the PHP Git repository.
git clone https://github.com/php/php-src.git --depth 1 --branch php-7.3.19How to compile PHP
PHP can be compiled by setting up the dependencies, building the configure script (
Detailed articles on how to compile PHP are available for Ubuntu/Debian based systems and Fedora/RHEL based systems.
./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
Non-Thread Safe Builds
Non-Thread Safe (NTS) builds are single-threaded PHP builds. They can be used on web servers that integrate PHP over FastCGI protocol, such as Nginx, Caddy, and IIS.
php-7.3.19-x64NTS.zip
Size: 24.44 MiB
php-7.3.19-x86NTS.zip
Size: 22.81 MiB
Thread-Safe Builds
Thread-Safe (TS) builds are multi-thread PHP builds, often used to integrate PHP as a Server API for multithreaded servers. The most common use case is using PHP as an Apache module.
php-7.3.19-x64TS.zip
Size: 24.57 MiB
php-7.3.19-x86TS.zip
Size: 22.87 MiB
Docker/Podman Containers
PHP CLI
PHP CLI Containers images only include the PHP CLI, and no FPM or Apache modules. The Alpine builds are lightweight, but may introduce incompatibilities due to their musl builds. Albeit their larger size, the Debian-based (without the "-alpine" suffix) images are more complete, and widely used.
Alpine-based: Lightweight, but may introduce incompatibilities due to their musl builds.
docker pull php:7.3.19-cli-alpineDebian-based: More compatible with other components, complete, and are widely used.
docker pull php:7.3.19-cliPHP CLI + Web Server Integration
These container images include PHP CLI, and a web server integration. FPM container images can be integrated with web servers such as Nginx, Caddy, and Apache with Event MPM. The Apache container images include Apache web server, integrating PHP as an Apache module.
Alpine-based: Lightweight, but may introduce incompatibilities due to their musl builds.
docker pull php:7.3.19-fpm-alpineDebian-based ZTS Apache: Includes Apache web server integrating PHP as an Apache module.
docker pull php:7.3.19-apacheDebian-based NTS FPM: PHP-FPM, can be integrated with Nginx, Caddy, and other web servers over Fast CGI.
docker pull php:7.3.19-fpmChangeLog
Core
- Fixed bug #79566 (Private SHM is not private on Windows).
- Fixed bug #79489 (.user.ini does not inherit).
GD
- Fixed bug #79615 (Wrong GIF header written in GD GIFEncode).
MySQLnd
- Fixed bug #79596 (MySQL FLOAT truncates to int some locales).
Opcache
- Fixed bug #79535 (PHP crashes with specific opcache.optimization_level).
- Fixed bug #79588 (Boolean opcache settings ignore on/off values).
Standard
- Fixed bug #79561 (
dns_get_record()fails with DNS_ALL).
Commit List
Christoph M. Becker
- Fix #79528: Different object of the same xml between 7.4.5 and 7.4.4 in 54148fd686
- Add basic
sapi_windows_cp_conv()test in d950969e59 - Fix #79561:
dns_get_record()fails with DNS_ALL in c40a494406 - Fix #79566: Private SHM is not private on Windows in f33cf52faf
- Fix #78875: Long filenames cause OOM and temp files are not cleaned in 1c9bd513ac
- Fix #78876: Long variables cause OOM and temp files are not cleaned in 3c8582ca4b
- Fix #79489: .user.ini does not inherit in bdba0cd3d2
- Fix #79588: Boolean opcache settings ignore on/off values in 5bdb4ab786
- Fix #79596: MySQL FLOAT truncates to int some locales in d1cd489a53
- Fix INI setting member name in 85ac5643ff
- Fix #79615: Wrong GIF header written in GD GIFEncode in d4bd6fb491
- Bump version numbers in 3bfa4143a2
- Bump version for 7.3.19 in 79937420c7
Derick Rethans
- Put Xdebug 3 into 'off' mode for
run-tests.phpin 74a4a5ae55
Indrek Ardel
- Fix default sendmail path when not found during build in 517431892b
Nikita Popov
- Fixed bug #79535 in 7c1316ec6a
Remi Collet
- bump version to 7.2.32-dev in 4cf8be71df
Sara Golemon
- Update CREDITS for PHP 7.2.30 in cf083535f8
Stanislav Malyshev
- Update NEWS in b4afd21428