PHP Release 8.0.25


PHP 8.0.25 Release Announcement

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

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

For source downloads of PHP 8.0.25 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 8.0.25 (tar.gz)
SHA256: 349a2b5a01bfccbc9af8afdf183e57bed3349706a084f3c4694aa4c7ff7cb2e9
PHP 8.0.25 (tar.bz2)
SHA256: 09d716bceb5b3db76d9023b10c1681ebbe040e51f4c18dfd35f9ff8b73bbcf8c
PHP 8.0.25 (tar.xz)
SHA256: a291b71d0498707fc5514eb5b9513e88f0f1d4890bcdefd67282ded8a2bfb941
Change Logs
gd
  • Fixed bug #81739: OOB read due to insufficient input validation in imageloadfont(). (CVE-2022-31630)
hash
  • Fixed bug #81738: buffer overflow in hash_update() on long parameter. (CVE-2022-37454)
session
  • Fixed bug GH-9583 (session_create_id() fails with user defined save handler that doesn't have a validateId() method).
streams
  • Fixed bug GH-9590 (stream_select does not abort upon exception or empty valid fd set).
To Top