Skip to content

Commit 190f427

Browse files
committed
Fix NEWS order
1 parent d94846c commit 190f427

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

NEWS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)