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 https://github.com/php/php-src.git --depth 1 --branch php-7.3.19
./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.19-cli-alpine
docker pull php:7.3.19-cli
docker pull php:7.3.19-fpm-alpine
docker pull php:7.3.19-apache
docker pull php:7.3.19-fpm
ChangeLog
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.php
in 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