PHP Release 8.2.6

PHP 8.2.6 Release Announcement

The PHP development team announces the immediate availability of PHP 8.2.6. 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.6 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.6 (tar.gz)
SHA256: 1b8463df1f180ed39475cfcded1ff106242ccb823f99c9fc1a407c0b76afa2c8
PHP 8.2.6 (tar.bz2)
SHA256: 44a70c52f537662c10d91eedbf51fd765c9961be6ba2508ed63bf7a26cdd3100
PHP 8.2.6 (tar.xz)
SHA256: 10b796f0ed45574229851212b30a596a76e70ae365322bcaaaf9c00fa7d58cca
Change Logs
core
  • Fix inconsistent float negation in constant expressions.
  • Fixed bug GH-8841 (php-cli core dump calling a badly formed function).
  • Fixed bug GH-10737 (PHP 8.1.16 segfaults on line 597 of sapi/apache2handler/sapi_apache2.c).
  • Fixed bug GH-11028 (Heap Buffer Overflow in zval_undefined_cv.).
  • Fixed bug GH-11108 (Incorrect CG(memoize_mode) state after bailout in ??=).
date
  • Fixed bug where the diff() method would not return the right result around DST changeover for date/times associated with a timezone identifier.
  • Fixed out-of-range bug when converting to/from around the LONG_MIN unix timestamp.
dom
  • Fixed bug #80602 (Segfault when using DOMChildNode::before()).
  • Fixed incorrect error handling in dom_zvals_to_fragment().
exif
  • Fixed bug GH-9397 (exif read : warnings and errors : Potentially invalid endianess, Illegal IFD size and Undefined index).
intl
  • Fixed bug GH-11071 (TZData version not displayed anymore).
pcre
  • Fixed bug GH-10968 (Segfault in preg_replace_callback_array()).
reflection
  • Fixed bug GH-10983 (State-dependant segfault in ReflectionObject::getProperties).
spl
  • Handle indirect zvals and use up-to-date properties in SplFixedArray::__serialize.
standard
  • Fixed bug GH-10990 (mail() throws TypeError after iterating over $additional_headers array by reference).
  • Fixed bug GH-9775 (Duplicates returned by array_unique when using enums).
streams
  • Fixed bug GH-10406 (feof() behavior change for UNIX based socket resources).
To Top