Update NEWS for GH-19068

This commit is contained in:
Niels Dossche 2025-07-10 22:14:38 +02:00
parent 12fa8c637f
commit 2fa0e55450
No known key found for this signature in database
GPG key ID: B8A8AD166DF0E2E5

4
NEWS
View file

@ -11,7 +11,9 @@ PHP NEWS
. Fixed bug GH-18907 (Leak when creating cycle in hook). (ilutov) . Fixed bug GH-18907 (Leak when creating cycle in hook). (ilutov)
. Fix OSS-Fuzz #427814456. (nielsdos) . Fix OSS-Fuzz #427814456. (nielsdos)
. Fix OSS-Fuzz #428983568 and #428760800. (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: - Curl:
. Fix memory leaks when returning refcounted value from curl callback. . Fix memory leaks when returning refcounted value from curl callback.