PHP Release 7.3.20


PHP 7.3.20 Release Announcement

The PHP development team announces the immediate availability of PHP 7.3.20. This is a security release impacting the official Windows builds of PHP.

For windows users running an official build, this release contains a patched version of libcurl addressing CVE-2020-8169.

For all other consumers of PHP, 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.20 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.20 (tar.bz2)
SHA256: c6ed7894911acfe075381c01b07745d92e9259fac510a849f742edb6b95c89de
PHP 7.3.20 (tar.gz)
SHA256: d0579b8a6bcdd5e1ae334d83261f2389b0d3d4fd54cc808e20a5031121f97d87
PHP 7.3.20 (tar.xz)
SHA256: 43292046f6684eb13acb637276d4aa1dd9f66b0b7045e6f1493bc90db389b888
Change Logs
core
  • Fixed bug #79650 (php-win.exe 100% cpu lockup).
  • Fixed bug #79668 (get_defined_functions(true) may miss functions).
  • Fixed possibly unsupported timercmp() usage.
exif
  • Fixed bug #79687 (Sony picture - PHP Warning - Make, Model, MakerNotes).
filter
  • Fixed bug #73527 (Invalid memory access in php_filter_strip).
gd
  • Fixed bug #79676 (imagescale adds black border with IMG_BICUBIC).
openssl
  • Fixed bug #62890 (default_socket_timeout=-1 causes connection to timeout).
pdo sqlite
  • Fixed bug #79664 (PDOStatement::getColumnMeta fails on empty result set).
spl
  • Fixed bug #79710 (Reproducible segfault in error_handler during GC involved an SplFileObject).
standard
  • Fixed bug #74267 (segfault with streams and invalid data).
  • Fixed bug #79579 (ZTS build of PHP 7.3.17 doesn't handle ERANGE for posix_getgrgid and others).
To Top