diff --git a/NEWS b/NEWS index 3a3043759b0..f6eb0e8e09f 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,7 @@ PHP NEWS function after bailout). (trowski) . Fixed bug GH-10168: use-after-free when utilizing assigned object freed during assignment. (nielsdos) + . Fixed SSA object type update for compound assignment opcodes. (nielsdos) - Curl: . Fixed deprecation warning at compile time. (Max Kellermann)