PHP Release 8.2.11

PHP 8.2.11 Release Announcement

The PHP development team announces the immediate availability of PHP 8.2.11. This is a bug fix release.

All PHP 8.2 users are encouraged to upgrade to this version.

For source downloads of PHP 8.2.11 please visit our downloads page, Windows source and binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog.

Source Code
PHP 8.2.11 (tar.gz)
SHA256: 48b1b41279a678a4d4afcd0b256ed921ebf2a91febb0634fdc4449b91c75799f
PHP 8.2.11 (tar.bz2)
SHA256: 38192daeffabf4af6c427bf17ac1f82565d9c7522e0dbd32215162944434b28b
PHP 8.2.11 (tar.xz)
SHA256: 29af82e4f7509831490552918aad502697453f0869a579ee1b80b08f9112c5b8
Change Logs
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
  • Fix memory leak when setting an invalid DOMDocument encoding.
iconv
  • Fixed build for NetBSD which still uses the old iconv signature.
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
  • Fixed memory leak with failed SQLPrepare.
  • Fixed persistent procedural ODBC connections not getting closed.
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).
To Top