1
0
mirror of https://github.com/php/php-src.git synced 2026-04-12 02:23:18 +02:00

[ci skip] Add missing NEWS entry for GH-9324

This commit is contained in:
twosee
2022-08-15 23:59:26 +08:00
parent 7eba683e2c
commit fa83e37e73

3
NEWS
View File

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