File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,18 @@ PHP NEWS
1515 . Fixed bug GH-19480 (error_log php.ini cannot be unset when open_basedir is
1616 configured). (nielsdos)
1717
18+ - Curl:
19+ . Fix cloning of CURLOPT_POSTFIELDS when using the clone operator instead
20+ of the curl_copy_handle() function to clone a CurlHandle. (timwolla)
21+ . Fix curl build failure on macOS+curl 8.16. (nielsdos)
22+
1823- Date:
1924 . Fixed GH-17159: "P" format for ::createFromFormat swallows string literals.
2025 (nielsdos)
2126
2227- DBA:
2328 . Fixed GH-19885 (dba_fetch() overflow on skip argument). (David Carlier)
2429
25- - Curl:
26- . Fix cloning of CURLOPT_POSTFIELDS when using the clone operator instead
27- of the curl_copy_handle() function to clone a CurlHandle. (timwolla)
28- . Fix curl build failure on macOS+curl 8.16. (nielsdos)
29-
3030- SimpleXML:
3131 . Fixed bug GH-19988 (zend_string_init with NULL pointer in simplexml (UB)).
3232 (nielsdos)
You can’t perform that action at this time.
0 commit comments