The latest release of PHP 8.2 is
8.2.33 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).
-
date
-
Fixed bug
GH-11416 (Crash with DatePeriod when uninitialised objects are passed in).
-
core
-
Fixed strerror_r detection at configuration time.
-
Fixed trait typed properties using a DNF type not being correctly bound.
-
Fixed trait property types not being arena allocated if copied from an internal trait.
-
Fixed deep copy of property DNF type during lazy class load.
-
Fixed memory freeing of DNF types for non arena allocated types.
-
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 viable next sibling search for replaceWith.
-
Fix segfault when DOMParentNode::prepend() is called when the child disappears.
-
ffi
-
hash
-
mysqlnd
-
opcache
-
pcntl
-
spl
-
Fixed bug
#81992 (SplFixedArray::setSize() causes use-after-free).
-
standard