Home » Releases » 8.2 » 8.2.33 »

PHP 8.2.6

The latest release of PHP 8.2 is 8.2.33 which includes important security patches.

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 Log

  • core

    • Fix inconsistent float negation in constant expressions.
      ilutov
    • Fixed bug GH-8841 (php-cli core dump calling a badly formed function).
      nielsdos
    • Fixed bug GH-10737 (PHP 8.1.16 segfaults on line 597 of sapi/apache2handler/sapi_apache2.c).
      nielsdos
      ElliotNB
    • Fixed bug GH-11028 (Heap Buffer Overflow in zval_undefined_cv.).
      nielsdos
    • Fixed bug GH-11108 (Incorrect CG(memoize_mode) state after bailout in ??=).
      ilutov
  • date

    • Fixed bug where the diff() method would not return the right result around DST changeover for date/times associated with a timezone identifier.
      Derick
    • Fixed out-of-range bug when converting to/from around the LONG_MIN unix timestamp.
      Derick
  • dom

    • Fixed bug #80602 (Segfault when using DOMChildNode::before()).
      Nathan Freeman
    • Fixed incorrect error handling in dom_zvals_to_fragment().
      nielsdos
  • exif

    • Fixed bug GH-9397 (exif read : warnings and errors : Potentially invalid endianess, Illegal IFD size and Undefined index).
      nielsdos
  • intl

    • Fixed bug GH-11071 (TZData version not displayed anymore).
      Remi
  • pcre

    • Fixed bug GH-10968 (Segfault in preg_replace_callback_array()).
      ilutov
  • reflection

    • Fixed bug GH-10983 (State-dependant segfault in ReflectionObject::getProperties).
      nielsdos
  • spl

    • Handle indirect zvals and use up-to-date properties in SplFixedArray::__serialize.
      nielsdos
  • standard

    • Fixed bug GH-10990 (mail() throws TypeError after iterating over $additional_headers array by reference).
      nielsdos
    • Fixed bug GH-9775 (Duplicates returned by array_unique when using enums).
      ilutov
  • streams

    • Fixed bug GH-10406 (feof() behavior change for UNIX based socket resources).
      Jakub Zelenka

PHP 8.2


  Represents a security release