From f968a6316291024fe90d97de3fa26044f0b03e05 Mon Sep 17 00:00:00 2001 From: Arnaud Le Blanc Date: Mon, 25 Mar 2024 16:19:32 +0100 Subject: [PATCH] [ci skip] --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index d83614b3660..d73bb484d20 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,8 @@ PHP NEWS . Fixed bug GH-13612 (Corrupted memory in destructor with weak references). (nielsdos) . Fixed bug GH-13784 (AX_GCC_FUNC_ATTRIBUTE failure). (Remi) + . Fixed bug GH-13670 (GC does not scale well with a lot of objects created in + destructor). (Arnaud) - DOM: . Add some missing ZPP checks. (nielsdos)