Skip to content

Commit 78a24ff

Browse files
committed
Update NEWS entry for curl 8.16 update
1 parent 201b358 commit 78a24ff

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

NEWS

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ PHP NEWS
2323
- Curl:
2424
. Fix cloning of CURLOPT_POSTFIELDS when using the clone operator instead
2525
of the curl_copy_handle() function to clone a CurlHandle. (timwolla)
26-
. Fix curl build failure on macOS+curl 8.16. (nielsdos)
26+
. Fix curl build and test failures with version 8.16.
27+
(nielsdos, ilutov, Jakub Zelenka)
2728

2829
- Date:
2930
. Fixed GH-17159: "P" format for ::createFromFormat swallows string literals.
@@ -208,10 +209,6 @@ PHP NEWS
208209
. Fixed bug GH-19397 (mb_list_encodings() can cause crashes on shutdown).
209210
(nielsdos)
210211

211-
- Curl:
212-
. Fix curl build and test failures with version 8.16.
213-
(nielsdos, ilutov, Jakub Zelenka)
214-
215212
- Opcache:
216213
. Reset global pointers to prevent use-after-free in zend_jit_status().
217214
(Florian Engelhardt)

0 commit comments

Comments
 (0)