From c7fda3b46f90d0c75f5b73e8d69cd90a4c2a42c3 Mon Sep 17 00:00:00 2001 From: Arnaud Le Blanc Date: Sun, 29 Oct 2023 12:20:31 +0100 Subject: [PATCH] [ci skip] NEWS --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 39cac470368..c1f6557de10 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,7 @@ PHP NEWS . Fixed bug GH-12468 (Double-free of doc_comment when overriding static property via trait). (ilutov) . Fixed segfault caused by weak references to FFI objects. (sj-i) + . Fixed max_execution_time: don't delete an unitialized timer. (Kévin Dunglas) - DOM: . Fix registerNodeClass with abstract class crashing. (nielsdos)