PHP 8.1 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 8.1 is
8.1.34 which includes important security patches.
Source Code
-
PHP 8.1.5 (tar.gz)
- sha256: 44d637627746082395d5d3d3d6ae7d71e780b82a8d55a0228887158c4316bf11
-
PHP 8.1.5 (tar.bz2)
- sha256: 827de56771c3ab8313a069812f15f6ec49989d510aebd0dce180839c6d8d6ff3
-
PHP 8.1.5 (tar.xz)
- sha256: 7647734b4dcecd56b7e4bd0bc55e54322fa3518299abcdc68eb557a7464a2e8a
Change Log
-
core
-
filter
-
intl
-
Fixed bug
GH-8115 (Can't catch arg type deprecation when instantiating Intl classes).
-
Fixed bug
GH-8142 (Compilation error on cygwin).
-
Fixed bug
GH-7734 (Fix IntlPartsIterator key off-by-one error and first key).
-
mbstring
-
Fixed bug
GH-8208 (mb_encode_mimeheader: $indent functionality broken).
-
mysqli
-
Fixed bug
GH-8068 (mysqli_fetch_object creates inaccessible properties).
-
pcntl
-
Fixed bug
GH-8142 (Compilation error on cygwin).
-
pgsql
-
sockets
-
spl
-
Fixed bug
GH-8121 (SplFileObject - seek and key with csv file inconsistent).
-
Fixed bug
GH-8192 (Cannot override DirectoryIterator::current() without return typehint in 8.1).
-
standard
-
Fixed bug
GH-8048 (Force macOS to use statfs).