[php-src] master: Update NEWS for curl bugfix
Gina Peter Banyard <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Gina Peter Banyard (Girgias)
Date: 2026-08-07T19:20:19+01:00
Commit: https://github.com/php/php-src/commit/7755f84e87b0c0b4a506f6ec76feb445fbc2bc7f
Raw diff: https://github.com/php/php-src/commit/7755f84e87b0c0b4a506f6ec76feb445fbc2bc7f.diff
Update NEWS for curl bugfix
Changed paths:
M NEWS
Diff:
diff --git a/NEWS b/NEWS
index b99bdc51e87c..bac2c41cbc9f 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,8 @@ PHP NEWS
(Sjoerd Langkemper)
. Raise a value error when the callback registered with CURLOPT_READFUNCTION
returns an unexpected long. (Sjoerd Langkemper)
+ . Fix bug GH-16513 (curl: exceptions in callbacks do not abort the request).
+ (Sjoerd Langkemper)
- Date:
. Update timelib to 2026.02. (Derick, timwolla)