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
-
dom
-
Fixed bug
GH-12616 (DOM: Removing XMLNS namespace node results in invalid default: prefix).
-
fpm
-
Fixed bug
GH-12705 (Segmentation fault in fpm_status_export_to_zval).
-
intl
-
Fixed bug
GH-12635 (Test bug69398.phpt fails with ICU 74.1).
-
libxml
-
Fixed bug
GH-12702 (libxml2 2.12.0 issue building from src).
-
mysqlnd
-
openssl
-
Fixed bug
#50713 (openssl_pkcs7_verify() may ignore untrusted CAs).
-
pcre
-
Fixed bug
GH-12628 (The gh11374 test fails on Alpinelinux).
-
pgsql
-
Fixed bug
GH-12763 wrong argument type for pg_untrace.
-
phpdbg
-
Fixed bug
GH-12675 (MEMORY_LEAK in phpdbg_prompt.c).
-
sqlite3
-
Fixed bug
GH-12633 (sqlite3_defensive.phpt fails with sqlite 3.44.0).
-
standard
-
streams
-
Fixed bug
#79945 (Stream wrappers in imagecreatefrompng causes segfault).
-
zip
-
Fixed bug
GH-12661 (Inconsistency in ZipArchive::addGlob remove_path Option Behavior).