Home » Releases » 8.0 » 8.0.30 »

PHP 8.0.5

PHP 8.0 is no longer officially supported by the PHP project.

Official support refers to that provided direct by the PHP Project.

If you install PHP via third-party packages, support timelines may be different. Please read the Release Support Policy for more information.

The latest release of PHP 8.0 is 8.0.30 which includes important security patches.

Source Code

  • PHP 8.0.5 (tar.gz)

    • sha256: 50aeac6fe9c2b5577d534369392ebb89c3e7a342b20ef538832b1df996cccb2a
  • PHP 8.0.5 (tar.bz2)

    • sha256: 195d934febefaac3b19ac586679149759324a434411ae8aca6f7d87553ef08e0
  • PHP 8.0.5 (tar.xz)

    • sha256: 5dd358b35ecd5890a4f09fb68035a72fe6b45d3ead6999ea95981a107fd1f2ab

Change Log

  • core

    • Changed PowerPC CPU registers used by Zend VM to work around GCC bug. Old registers (r28/r29) might be clobbered by _restgpr routine used for return from C function compiled with -Os.
      Dmitry
  • dom

    • Fixed bug #66783 (UAF when appending DOMDocument to element).
      cmb
  • ffi

    • Fixed bug #80847 (CData structs with fields of type struct can't be passed as C function argument).
      Nickolas Daniel da Silva
      Dmitry
  • fpm

    • Fixed bug #80024 (Duplication of info about inherited socket after pool removing).
      Jakub Zelenka
  • ftp

    • Fixed bug #80880 (SSL_read on shutdown, ftp/proc_open).
      cmb
      Jakub Zelenka
  • imap

    • Fixed bug #80710 (imap_mail_compose() header injection).
      cmb
      Stas
  • libxml

    • Fixed bug #73533 (Invalid memory access in php_libxml_xmlCheckUTF8).
      cmb
  • opcache

    • Fixed bug #80839 (PHP problem with JIT).
      Dmitry
    • Fixed bug #80861 (erronous array key overflow in 2D array with JIT).
      Dmitry
  • pcntl

    • Fixed bug #79812 (Potential integer overflow in pcntl_exec()).
      cmb
  • pdo_odbc

    • Fixed bug #80783 (PDO ODBC truncates BLOB records at every 256th byte).
      cmb
  • pdo_pgsql

    • Fixed bug #80892 (PDO::PARAM_INT is treated the same as PDO::PARAM_STR).
      Matteo
  • session

    • Fixed bug #80889 (Cannot set save handler when save_handler is invalid).
      cmb
  • soap

    • Fixed bug #69668 (SOAP special XML characters in namespace URIs not encoded).
      cmb
  • standard

    • Fixed bug #80915 (Taking a reference to $_SERVER hides its values from phpinfo()).
      Rowan Tommins
    • Fixed bug #80914 ('getdir' accidentally defined as an alias of 'dir').
      Rowan Tommins

PHP 8.0


  Represents a security release