From a82ee8e38bbbf9c780a6fe5041252dd32cd2a0ad Mon Sep 17 00:00:00 2001 From: Arnaud Le Blanc Date: Fri, 6 May 2022 18:21:11 +0200 Subject: [PATCH] [ci skip] NEWS --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index b9173e49b34..1a01c2711cb 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,10 @@ PHP NEWS - SPL: . Fixed bug GH-8235 (iterator_count() may run indefinitely). (cmb) +- Standard: + . Fixed bug GH-8185 (Crash during unloading of extension after dl() in ZTS). + (Arnaud) + - Zip: . Fixed type for index in ZipArchive::replaceFile. (Martin Rehberger) @@ -57,6 +61,10 @@ PHP NEWS . Fixed bug GH-8267 (MySQLi uses unsupported format specifier on Windows). (cmb) +- OPcache: + . Fixed bug GH-8063 (OPcache breaks autoloading after E_COMPILE_ERROR). + (Arnaud) + - SPL: . Fixed bug GH-8366 (ArrayIterator may leak when calling __construct()). (cmb)