We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eba683 commit fa83e37Copy full SHA for fa83e37
NEWS
@@ -7,6 +7,9 @@ PHP NEWS
7
. Added support for defining constants in traits. (sj-i)
8
. Stop incorrectly emitting false positive deprecation notice alongside
9
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)
13
14
- MBString:
15
. Fixed bug GH-9248 (Segmentation fault in mb_strimwidth()). (cmb)
0 commit comments