Added CURLOPT_SHARE option to curl_setopt

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330512 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Scheller 2013-06-15 21:22:46 +00:00
parent e5868a071f
commit afdb1491f2

View file

@ -1334,6 +1334,28 @@
</tgroup>
</informaltable>
</para>
<para>
Other values:
<informaltable>
<tgroup cols="3">
<thead>
<row>
<entry>Option</entry>
<entry>Set <parameter>value</parameter> to</entry>
</row>
</thead>
<tbody>
<row>
<entry valign="top"><constant>CURLOPT_SHARE</constant></entry>
<entry valign="top">
A result of <function>curl_share_init</function>. Makes the cURL
handle to use the data from the shared handle.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</listitem>
</varlistentry>
</variablelist>
@ -1359,6 +1381,12 @@
</row>
</thead>
<tbody>
<row>
<entry>5.5.0</entry>
<entry>
Introduced <constant>CURLOPT_SHARE</constant>.
</entry>
</row>
<row>
<entry>5.2.10</entry>
<entry>