From 2fa0e554500d6568f18eef08b34b6d5fd88fb6e9 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Thu, 10 Jul 2025 22:14:38 +0200 Subject: [PATCH] Update NEWS for GH-19068 --- NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.