PHP Release 7.3.26


PHP 7.3.26 Release Announcement

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

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

For source downloads of PHP 7.3.26 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.26 (tar.gz)
SHA256: 2b55c2a54d1825e7c3feaf44cf42cdf782b8d5c611314172fbf8e234960b6a99
PHP 7.3.26 (tar.bz2)
SHA256: 371e5a7c8154fd3c52b14baace5f7d04c4bbb8e841d356c54a2b6a688db39d4e
PHP 7.3.26 (tar.xz)
SHA256: d93052f4cb2882090b6a37fd1e0c764be1605a2461152b7f6b8f04fa48875208
Change Logs
standard
  • Fixed bug #77423 (FILTER_VALIDATE_URL accepts URLs with invalid userinfo). (CVE-2020-7071)
  • Fixed bug #80457 (stream_get_contents() fails with maxlength=-1 or default).
To Top