PHP Release 7.3.19


PHP 7.3.19 Release Announcement

The PHP development team announces the immediate availability of PHP 7.3.19. This is a bug fix release.

All PHP 7.3 users are encouraged to upgrade to this version.

For source downloads of PHP 7.3.19 please visit our downloads page, Windows source and binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog.

Source Code
PHP 7.3.19 (tar.bz2)
SHA256: 0d9c1e31e29fb46ff660b48051d169d50cb0285e611d16591449d578320d34a5
PHP 7.3.19 (tar.gz)
SHA256: 809126b46d62a1a06c2d5a0f9d7ba61aba40e165f24d2d185396d0f9646d3280
PHP 7.3.19 (tar.xz)
SHA256: 6402faa19b1a8c4317c7612632bce985684a5bbae0980a5779a4019439882422
Change Logs
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).
To Top