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
-
core
-
Added optional support for max_execution_time in ZTS/Linux builds (Kévin Dunglas)
-
Fixed use-after-free in recursive AST evaluation.
-
Fixed bug
GH-8646 (Memory leak PHP FPM 8.1).
-
Fixed bug
GH-10801 (Named arguments in CTE functions cause a segfault).
-
Fixed bug
GH-8789 (PHP 8.0.20 (ZTS) zend_signal_handler_defer crashes on apache).
-
Fixed bug
GH-10015 (zend_signal_handler_defer crashes on apache shutdown).
-
Fixed bug
GH-10810 (Fix NUL byte terminating Exception::__toString()).
-
Fix potential memory corruption when mixing __callStatic() and FFI.
-
date
-
Fixed bug
GH-10583 (DateTime modify with tz pattern should not update linked timezone).
-
fpm
-
ftp
-
imap
-
mysqlnd
-
Fixed bug
GH-8979 (Possible Memory Leak with SSL-enabled MySQL connections).
-
opcache
-
openssl
-
pdo firebird
-
Fixed bug
GH-10908 (Bus error with PDO Firebird on RPI with 64 bit kernel and 32 bit userland).
-
pdo odbc
-
phar
-
pgsql
-
spl
-
Fixed bug
GH-10519 (Array Data Address Reference Issue).
-
Fixed bug
GH-10844 (ArrayIterator allows modification of readonly props).
-
standard