We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad60d7d commit d659410Copy full SHA for d659410
NEWS
@@ -9,6 +9,10 @@ PHP NEWS
9
. Fixed bug GH-19792 (SCCP causes UAF for return value if both warning and
10
exception are triggered). (nielsdos)
11
12
+- Curl:
13
+ . Fix cloning of CURLOPT_POSTFIELDS when using the clone operator instead
14
+ of the curl_copy_handle() function to clone a CurlHandle.
15
+
16
- Standard:
17
. Fixed bug GH-12265 (Cloning an object breaks serialization recursion).
18
(nielsdos)
0 commit comments