The latest release of PHP 8.2 is
8.2.33 which includes important security patches.
Source Code
Change Log
-
core
-
Fixed bug
GH-11937 (Constant ASTs containing objects).
-
Fixed bug
GH-11790 (On riscv64 require libatomic if actually needed).
-
Fixed bug
GH-11876: ini_parse_quantity() accepts invalid quantities.
-
Fixed bug
GH-12073 (Segfault when freeing incompletely initialized closures).
-
Fixed bug
GH-12060 (Internal iterator rewind handler is called twice).
-
Fixed bug
GH-12102 (Incorrect compile error when using array access on TMP value in function call).
-
dom
-
iconv
-
intl
-
Fixed bug
GH-12020 (intl_get_error_message() broken after MessageFormatter::formatMessage() fails).
-
mysqlnd
-
Fixed bug
GH-10270 (Invalid error message when connection via SSL fails: "trying to connect via (null)").
-
odbc
-
simplexml
-
Fixed bug
#52751 (XPath processing-instruction() function is not supported).
-
spl
-
Fixed bug
GH-11972 (RecursiveCallbackFilterIterator regression in 8.1.18).
-
sqlite3
-
Fixed bug
GH-11878 (SQLite3 callback functions cause a memory leak with a callable array).