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
-
Fix registerNodeClass with abstract class crashing.
-
Add missing NULL pointer error check.
-
Fix validation logic of php:function() callbacks.
-
fiber
-
Fixed bug
GH-11121 (ReflectionFiber segfault).
-
fpm
-
Fixed bug
GH-9921 (Loading ext in FPM config does not register module handlers).
-
Fixed bug
GH-12232 (FPM: segfault dynamically loading extension without opcache).
-
intl
-
opcache
-
openssl
-
Fixed bug
GH-12489 (Missing sigbio creation checking in openssl_cms_verify).
-
pcre
-
Fixed bug
GH-11374 (Backport upstream fix, Different preg_match result with -d pcre.jit=0).
-
soap
-
Fixed bug
GH-12392 (Segmentation fault on SoapClient::__getTypes).
-
Fixed bug
#66150 (SOAP WSDL cache race condition causes Segmentation Fault).
-
Fixed bug
#67617 (SOAP leaves incomplete cache file on ENOSPC).
-
Fix incorrect uri check in SOAP caching.
-
Fix segfault and assertion failure with refcounted props and arrays.
-
Fix potential crash with an edge case of persistent encoders.
-
Fixed bug
#75306 (Memleak in SoapClient).
-
streams
-
Fixed bug
#75708 (getimagesize with "&$imageinfo" fails on StreamWrappers).
-
xmlreader
-
xmlwriter
-
xsl