diff --git a/reference/curl/functions/curl-setopt.xml b/reference/curl/functions/curl-setopt.xml index 50ec9e1296..55aa7e09f5 100644 --- a/reference/curl/functions/curl-setopt.xml +++ b/reference/curl/functions/curl-setopt.xml @@ -1334,6 +1334,28 @@ + + Other values: + + + + + Option + Set value to + + + + + CURLOPT_SHARE + + A result of curl_share_init. Makes the cURL + handle to use the data from the shared handle. + + + + + + @@ -1359,6 +1381,12 @@ + + 5.5.0 + + Introduced CURLOPT_SHARE. + + 5.2.10