PHP Release 8.1.1


PHP 8.1.1 Release Announcement

The PHP development team announces the immediate availability of PHP 8.1.1. This is a bug fix release.

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

For source downloads of PHP 8.1.1 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.1.1 (tar.gz)
SHA256: 4e4cf3f843a5111f6c55cd21de8f26834ea3cd4a5be77c88357cbcec4a2d671d
PHP 8.1.1 (tar.bz2)
SHA256: 8f8bc9cad6cd124edc111f7db0a109745e2f638770a101b3c22a2953f7a9b40e
PHP 8.1.1 (tar.xz)
SHA256: 33c09d76d0a8bbb5dd930d9dd32e6bfd44e9efcf867563759eb5492c3aff8856
Change Logs
imap
  • Fixed bug #81649 (imap_(un)delete accept sequences, not single numbers).
pcre
  • Update bundled PCRE2 to 10.39.
  • Fixed bug #74604 (Out of bounds in php_pcre_replace_impl).
standard
  • Fixed bug #81659 (stream_get_contents() may unnecessarily overallocate).
To Top