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
-
exif
-
Fixed bug
GH-9397 (exif read : warnings and errors : Potentially invalid endianess, Illegal IFD size and Undefined index).
-
intl
-
Fixed bug
GH-11071 (TZData version not displayed anymore).
-
pcre
-
Fixed bug
GH-10968 (Segfault in preg_replace_callback_array()).
-
standard
-
Fixed bug
GH-10990 (mail() throws TypeError after iterating over $additional_headers array by reference).
-
Fixed bug
GH-9775 (Duplicates returned by array_unique when using enums).