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.5 (tar.bz2)
- sha256: 4380b80ef98267c3823c3416eb05f7729ba7a33de6b3d14ec96013215d62c35e
-
PHP 7.3.5 (tar.gz)
- sha256: c953749b7f3310a3a74f920ef698f6d1c04636d11656ac9ffb3ab10d34e30e1e
-
PHP 7.3.5 (tar.xz)
- sha256: e1011838a46fd4a195c8453b333916622d7ff5bce4aca2d9d99afac142db2472
Change Log
-
core
-
Fixed bug
#77903 (ArrayIterator stops iterating after offsetSet call).
-
cli
-
Fixed bug
#77794 (Incorrect Date header format in built-in server).
-
exif
-
Fixed bug
#77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG). (CVE-2019-11036)
-
interbase
-
Fixed bug
#72175 (Impossibility of creating multiple connections to Interbase with php 7.x).
-
intl
-
Fixed bug
#77895 (IntlDateFormatter::create fails in strict mode if $locale = null).
-
ldap
-
Fixed bug
#77869 (Core dump when using server controls) (mcmic)
-
mail
-
Fixed bug
#77821 (Potential heap corruption in TSendMail()).
-
mbstring
-
Implemented FR
#72777 (Implement regex stack limits for mbregex functions).
-
mysqli
-
Fixed bug
#77773 (Unbuffered queries leak memory - MySQLi / mysqlnd).
-
pcre
-
Fixed bug
#77827 (preg_match does not ignore \r in regex flags).
-
pdo
-
Fixed bug
#77849 (Disable cloning of PDO handle/connection objects).
-
phpdbg
-
Fixed bug
#76801 (too many open files).
-
Fixed bug
#77800 (phpdbg segfaults on listing some conditional breakpoints).
-
Fixed bug
#77805 (phpdbg build fails when readline is shared).
-
reflection
-
Fixed bug
#77772 (ReflectionClass::getMethods(null) doesn't work).
-
Fixed bug
#77882 (Different behavior: always calls destructor).
-
standard
-
Fixed bug
#77793 (Segmentation fault in extract() when overwriting reference with itself).
-
Fixed bug
#77844 (Crash due to null pointer in parse_ini_string with INI_SCANNER_TYPED).
-
Fixed bug
#77853 (Inconsistent substr_compare behaviour with empty haystack).