PHP Release 7.3.21


PHP 7.3.21 Release Announcement

The PHP development team announces the immediate availability of PHP 7.3.21. This is a security release.

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

For source downloads of PHP 7.3.21 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.21 (tar.bz2)
SHA256: dbb0ea39e7e4b3814d6d1dd3ac5983aed6c38cdf55464645da11a8b134a9f7a7
PHP 7.3.21 (tar.gz)
SHA256: f5d6e136768522edd025c4a97b9b6a98a2fda20b68445cbc5ca2efce1e73c7d0
PHP 7.3.21 (tar.xz)
SHA256: 4c8b065746ef776d84b7ae47908c21a79e3d4704b86b60d816716b8697c58ce9
Change Logs
apache
  • Fixed bug #79030 (Upgrade apache2handler's php_apache_sapi_get_request_time to return usec).
core
  • Fixed bug #79877 (getimagesize function silently truncates after a null byte)
  • Fixed bug #79778 (Assertion failure if dumping closure with unresolved static variable).
  • Fixed bug #79792 (HT iterators not removed if empty array is destroyed).
com
  • Fixed bug #63208 (BSTR to PHP string conversion not binary safe).
  • Fixed bug #63527 (DCOM does not work with Username, Password parameter).
curl
  • Fixed bug #79741 (curl_setopt CURLOPT_POSTFIELDS asserts on object with declared properties).
fileinfo
  • Fixed bug #79756 (finfo_file crash (FILEINFO_MIME)).
ftp
  • Fixed bug #55857 (ftp_size on large files).
mbstring
  • Fixed bug #79787 (mb_strimwidth does not trim string).
phar
  • Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile function). (CVE-2020-7068)
standard
  • Fixed bug #70362 (Can't copy() large 'data://' with open_basedir).
  • Fixed bug #79817 (str_replace() does not handle INDIRECT elements).
  • Fixed bug #78008 (dns_check_record() always return true on Alpine).
To Top