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
Change Log
-
cli
-
Fixed bug
GH-9709 (Null pointer dereference with -w/-s options).
-
core
-
date
-
Fixed bug
GH-9763 (DateTimeZone ctr mishandles input and adds null byte if the argument is an offset larger than 100*60 minutes).
-
fpm
-
Fixed bug
GH-9754 (SaltStack (using Python subprocess) hangs when running php-fpm 8.1.11).
-
mysqli
-
Fixed bug
GH-9841 (mysqli_query throws warning despite using silenced error mode).
-
mysqlnd
-
openssl
-
Fixed bug
GH-8430 (OpenSSL compiled with no-md2, no-md4 or no-rmd160 does not build).
-
soap
-
Fixed
GH-9720 (Null pointer dereference while serializing the response).