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
-
cli
-
Fixed bug
GH-11716 (cli server crashes on SIGINT when compiled with ZEND_RC_DEBUG=1).
-
Fixed bug
GH-10964 (Improve man page about the built-in server).
-
core
-
date
-
Fixed bug
GH-11416: Crash with DatePeriod when uninitialised objects are passed in.
-
dom
-
Fix DOMEntity field getter bugs.
-
Fix incorrect attribute existence check in DOMElement::setAttributeNodeNS.
-
Fix DOMCharacterData::replaceWith() with itself.
-
Fix empty argument cases for DOMParentNode methods.
-
Fixed bug
GH-11791 (Wrong default value of DOMDocument::xmlStandalone).
-
Fix json_encode result on DOMDocument.
-
Fix manually calling __construct() on DOM classes.
-
Fixed bug
GH-11830 (ParentNode methods should perform their checks upfront).
-
Fix segfault when DOMParentNode::prepend() is called when the child disappears.
-
ffi
-
mysqlnd
-
opcache
-
pcntl
-
spl
-
Fixed bug
#81992 (SplFixedArray::setSize() causes use-after-free).
-
standard