PHP Release 7.3.7


PHP 7.3.7 Release Announcement

The PHP development team announces the immediate availability of PHP 7.3.7. 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.7 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.7 (tar.bz2)
SHA256: c3608fa7114642725854119ccffe722f42fc7c31e5e4c00d5cb4cb1a0d16bf18
PHP 7.3.7 (tar.gz)
SHA256: 4230bbc862df712b013369de94b131eddea1e5e946a8c5e286b82d441c313328
PHP 7.3.7 (tar.xz)
SHA256: ba067200ba649956b3a92ec8b71a6ed8ce8a099921212443c1bcf3260a29274c
Change Logs
core
  • Fixed bug #76980 (Interface gets skipped if autoloader throws an exception).
dom
  • Fixed bug #78025 (segfault when accessing properties of DOMDocumentType).
mysqli
  • Fixed bug #77956 (When mysqli.allow_local_infile = Off, use a meaningful error message).
  • Fixed bug #38546 (bindParam incorrect processing of bool types).
mysqlnd
  • Fixed bug #77955 (Random segmentation fault in mysqlnd from php-fpm).
opcache
  • Fixed bug #78015 (Incorrect evaluation of expressions involving partials arrays in SCCP).
  • Fixed bug #78106 (Path resolution fails if opcache disabled during request).
openssl
  • Fixed bug #78079 (openssl_encrypt_ccm.phpt fails with OpenSSL 1.1.1c).
phpdbg
  • Fixed bug #78050 (SegFault phpdbg + opcache on include file twice).
sockets
  • Fixed bug #78038 (Socket_select fails when resource array contains references).
sodium
  • Fixed bug #78114 (segfault when calling sodium_* functions from eval).
standard
  • Fixed bug #77135 (Extract with EXTR_SKIP should skip $this).
  • Fixed bug #77937 (preg_match failed).
zip
  • Fixed bug #76345 (zip.h not found).
To Top