diff --git a/NEWS b/NEWS index d4354c12b08..2061e6d5338 100644 --- a/NEWS +++ b/NEWS @@ -11,7 +11,9 @@ PHP NEWS . Fixed bug GH-18907 (Leak when creating cycle in hook). (ilutov) . Fix OSS-Fuzz #427814456. (nielsdos) . Fix OSS-Fuzz #428983568 and #428760800. (nielsdos) - . Fixed bug GH-17204 -Wuseless-escape warnings emitted by re2c. (Peter Kokot) + . Fixed bug GH-17204 (-Wuseless-escape warnings emitted by re2c). (Peter Kokot) + . Fixed bug GH-19064 (Undefined symbol 'execute_ex' on Windows ARM64). + (Demon) - Curl: . Fix memory leaks when returning refcounted value from curl callback.