PHP Release 8.0.14


PHP 8.0.14 Release Announcement

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

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

For source downloads of PHP 8.0.14 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.0.14 (tar.gz)
SHA256: e67ebd8c4c77247ad1fa88829e5b95d51a19edf3d87814434de261e20a63ea20
PHP 8.0.14 (tar.bz2)
SHA256: bb381fdf4817ad7c24c23ea7f77cad68dceb86eb3ac1a37acedadf8ad0a0cd4b
PHP 8.0.14 (tar.xz)
SHA256: fbde8247ac200e4de73449d9fefc8b495d323b5be9c10cdb645fb431c91156e3
Change Logs
core
  • Fixed bug #81582 (Stringable not implicitly declared if __toString() came from a trait).
  • Fixed bug #81591 (Fatal Error not properly logged in particular cases).
  • Fixed bug #81626 (Error on use static:: in __сallStatic() wrapped to Closure::fromCallable()).
  • Fixed bug #81631 (::class with dynamic class name may yield wrong line number).
fpm
  • Fixed bug #81513 (Future possibility for heap overflow in FPM zlog).
gd
  • Fixed bug #71316 (libpng warning from imagecreatefromstring).
imap
  • Fixed bug #81649 (imap_(un)delete accept sequences, not single numbers).
openssl
  • Fixed bug #75725 (./configure: detecting RAND_egd).
pcre
  • Fixed bug #74604 (Out of bounds in php_pcre_replace_impl).
spl
  • Fixed bug #81587 (MultipleIterator Segmentation fault w/ SimpleXMLElement attached).
standard
  • Fixed bug #81618 (dns_get_record fails on FreeBSD for missing type).
  • Fixed bug #81659 (stream_get_contents() may unnecessarily overallocate).
To Top