From fa83e37e730dfc939dd156aed60f5ab1fa314230 Mon Sep 17 00:00:00 2001 From: twosee Date: Mon, 15 Aug 2022 23:59:26 +0800 Subject: [PATCH] [ci skip] Add missing NEWS entry for GH-9324 --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index c0828bbd750..e570d73f050 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,9 @@ PHP NEWS . Added support for defining constants in traits. (sj-i) . Stop incorrectly emitting false positive deprecation notice alongside unsupported syntax fatal error for `"{$g{'h'}}"`. (TysonAndre) + . Fix unexpected deprecated dynamic property warning, which occurred when + exit() in finally block after an exception was thrown without catching. + (Twosee) - MBString: . Fixed bug GH-9248 (Segmentation fault in mb_strimwidth()). (cmb)