File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ PHP NEWS
23
23
- Curl:
24
24
. Fix cloning of CURLOPT_POSTFIELDS when using the clone operator instead
25
25
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)
27
28
28
29
- Date:
29
30
. Fixed GH-17159: "P" format for ::createFromFormat swallows string literals.
@@ -208,10 +209,6 @@ PHP NEWS
208
209
. Fixed bug GH-19397 (mb_list_encodings() can cause crashes on shutdown).
209
210
(nielsdos)
210
211
211
- - Curl:
212
- . Fix curl build and test failures with version 8.16.
213
- (nielsdos, ilutov, Jakub Zelenka)
214
-
215
212
- Opcache:
216
213
. Reset global pointers to prevent use-after-free in zend_jit_status().
217
214
(Florian Engelhardt)
You can’t perform that action at this time.
0 commit comments