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
-
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 Log
-
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).