Skip to content

Commit fa83e37

Browse files
committed
[ci skip] Add missing NEWS entry for phpGH-9324
1 parent 7eba683 commit fa83e37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ PHP NEWS
77
. Added support for defining constants in traits. (sj-i)
88
. Stop incorrectly emitting false positive deprecation notice alongside
99
unsupported syntax fatal error for `"{$g{'h'}}"`. (TysonAndre)
10+
. Fix unexpected deprecated dynamic property warning, which occurred when
11+
exit() in finally block after an exception was thrown without catching.
12+
(Twosee)
1013

1114
- MBString:
1215
. Fixed bug GH-9248 (Segmentation fault in mb_strimwidth()). (cmb)

0 commit comments

Comments
 (0)