From afdb1491f25ef1575427a9d5d2791c19c61092f4 Mon Sep 17 00:00:00 2001 From: Adam Scheller Date: Sat, 15 Jun 2013 21:22:46 +0000 Subject: [PATCH] Added CURLOPT_SHARE option to curl_setopt git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330512 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/curl/functions/curl-setopt.xml | 28 ++++++++++++++++++++++++ 1 file changed, 28 insertions(+) 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