PHP 7.3 is no longer officially supported by the PHP project.
Official support refers to that provided direct by the PHP Project.
If you install PHP via third-party packages, support timelines may be different.
Please read the Release Support Policy for more information.
The latest release of PHP 7.3 is
7.3.33 which includes important security patches.
Source Code
Change Log
-
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) (cmb)
-
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).