[ci skip] NEWS

This commit is contained in:
Arnaud Le Blanc 2023-10-29 12:20:31 +01:00
parent f918c7e200
commit c7fda3b46f

1
NEWS
View file

@ -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)