PHP Release 8.0.19


PHP 8.0.19 Release Announcement

The PHP development team announces the immediate availability of PHP 8.0.19. 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.19 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.19 (tar.gz)
SHA256: 48e57634d350bcab4745d25d9d94ffa474649bf4f7e879fad163226c0d107bb5
PHP 8.0.19 (tar.bz2)
SHA256: eba0e67fdaf6904b2e4b84e064be0a0d61b2cb64a23f81a0ca9b1a51bc3a8330
PHP 8.0.19 (tar.xz)
SHA256: ba62219c4b0486cbb2a04f0796749a46b0ee1f5a142ed454212b4e2460cb0fab
Change Logs
core
  • Fixed bug GH-8289 (Exceptions thrown within a yielded from iterator are not rethrown into the generator).
date
  • Fixed bug GH-7979 (DatePeriod iterator advances when checking if valid).
ffi
  • Fixed bug GH-8433 (Assigning function pointers to structs in FFI leaks).
fpm
  • Fixed bug #76003 (FPM /status reports wrong number of active processe).
  • Fixed bug #77023 (FPM cannot shutdown processes).
  • Fixed comment in kqueue remove callback log message.
iconv
  • Fixed bug GH-8218 (ob_end_clean does not reset Content-Encoding header).
intl
  • Fixed bug GH-8364 (msgfmt_format $values may not support references).
mysqli
  • Fixed bug GH-8267 (MySQLi uses unsupported format specifier on Windows).
spl
  • Fixed bug GH-8366 (ArrayIterator may leak when calling __construct()).
  • Fixed bug GH-8273 (SplFileObject: key() returns wrong value).
streams
  • Fixed php://temp does not preserve file-position when switched to temporary file.
zlib
  • Fixed bug GH-8218 (ob_end_clean does not reset Content-Encoding header).
To Top