Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reference/curl/constants_curl_setopt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
As of PHP 8.0.0, <function>curl_close</function> is a no-op
and does <emphasis>not</emphasis> destroy the handle.
If cookies need to be written prior to the handle being automatically
destroyed, call <function>unset</function> on the handle.
destroyed, run <code>curl_setopt($ch, CURLOPT_COOKIELIST, "FLUSH");</code>.
</simpara>
</warning>
</para>
Expand Down