Software 42354 Published by

Gabriel Caruso has announced the release of PHP 8.0.19.



php-8.0.19

- Core:
. Fixed bug GH-8289 (Exceptions thrown within a yielded from iterator are not rethrown into the generator). (Bob)

- Date:
. Fixed bug GH-7979 (DatePeriod iterator advances when checking if valid). (Derick, Cody Mann)

- FFI:
. Fixed bug GH-8433 (Assigning function pointers to structs in FFI leaks). (Bob)

- FPM:
. Fixed bug #76003 (FPM /status reports wrong number of active processe). (Jakub Zelenka)
. Fixed bug #77023 (FPM cannot shutdown processes). (Jakub Zelenka)
. Fixed comment in kqueue remove callback log message. (David Carlier)

- Iconv:
. Fixed bug GH-8218 (ob_end_clean does not reset Content-Encoding header). (cmb)

- Intl:
. Fixed bug GH-8364 (msgfmt_format $values may not support references). (cmb)

- MySQLi:
. Fixed bug GH-8267 (MySQLi uses unsupported format specifier on Windows). (cmb)

- SPL:
. Fixed bug GH-8366 (ArrayIterator may leak when calling __construct()). (cmb)
. Fixed bug GH-8273 (SplFileObject: key() returns wrong value). (Girgias)

- Streams:
. Fixed php: // temp does not preserve file-position when switched to temporary file. (Bernd Holzmüller)

- zlib:
. Fixed bug GH-8218 (ob_end_clean does not reset Content-Encoding header). (cmb)



Release php-8.0.19 · php/php-src