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
-
Fixed bug
GH-12207 (memory leak when class using trait with doc block).
-
Fixed bug
GH-12215 (Module entry being overwritten causes type errors in ext/dom).
-
Fixed bug
GH-12273 (__builtin_cpu_init check).
-
Fixed bug
#80092 (ZTS + preload = segfault on shutdown).
-
cli
-
ctype
-
Fixed bug
GH-11997 (ctype_alnum 5 times slower in PHP 8.1 or greater).
-
dom
-
fileinfo
-
Fixed bug
GH-11891 (fileinfo returns text/xml for some svg files).
-
filter
-
hash
-
Fixed bug
GH-12186 (segfault copying/cloning a finalized HashContext).
-
intl
-
Fixed bug
GH-12243 (segfault on IntlDateFormatter::construct).
-
Fixed bug
GH-12282 (IntlDateFormatter::construct should throw an exception on an invalid locale).
-
mysqlnd
-
Fixed bug
GH-12297 (PHP Startup: Invalid library (maybe not a PHP library) 'mysqlnd.so' in Unknown on line).
-
opcache
-
pcre
-
Fixed bug
GH-11956 (Backport upstream fix, PCRE regular expressions with JIT enabled gives different result).
-
simplexml
-
Fixed bug
GH-12170 (Can't use xpath with comments in SimpleXML).
-
Fixed bug
GH-12223 (Entity reference produces infinite loop in var_dump/print_r).
-
Fixed bug
GH-12167 (Unable to get processing instruction contents in SimpleXML).
-
Fixed bug
GH-12169 (Unable to get comment contents in SimpleXML).
-
streams
-
Fixed bug
GH-12190 (binding ipv4 address with both address and port at 0).
-
xml
-
xsl
-
sockets