php-doc-en/reference/curl
Jean-Sebastien Hedde 80b45edaea References:
http://curl.haxx.se/libcurl/c/CURLOPT_PRIVATE.html
http://php.net/ChangeLog-5.php


I would like to edit the documentation of curl_setopt() too, but editing of this page is unavailable since weeks due to pending review.

Can you please review pending changes so I can edit the page, or add yourself the following:


under [value should be a string for the following values of the option parameter:]

<constant>CURLOPT_PRIVATE</constant>
Any data that should be associated with this cURL handle. This data can subsequently be retrieved with the <constant>CURLINFO_PRIVATE</constant> option of <function>curl_getinfo</function>. cURL does nothing with this data. When using a cURL multi handle, this private data is typically a unique key to identify a normal cURL handle.
Added in cURL 7.10.3.

under [Changelog]:

5.2.4
Introduced CURLOPT_PRIVATE.


-- 
Provided by anonymous 50443 (francois.bonzon@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335488 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-30 12:51:33 +00:00
..
curlfile Document CURLFile::__construct and make curl_file_create an alias 2013-09-16 08:50:46 +00:00
functions References: 2014-12-30 12:51:33 +00:00
book.xml Delete redundant <!-- Membership: --> 2013-05-23 17:38:21 +00:00
configure.xml Corrected markup. Enclosed PATH environment variable in <envar></envar> tags. 2014-09-05 07:04:37 +00:00
constants.xml Add missing constants 2014-10-19 00:00:33 +00:00
curlfile.xml Revert r330263 2013-05-17 06:05:03 +00:00
examples.xml Provide title to example sections which are currently missing their title and are not accessible via links. Fix #54693 2011-05-09 14:13:30 +00:00
ini.xml Revert useless change in 326638 2012-02-29 00:24:15 +00:00
reference.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
setup.xml Update the curl requirements, in the true spirit of not caring at all about PHP 4. 2014-03-11 19:10:47 +00:00
versions.xml Making the XML definition consistent across the entire project. 2014-09-05 07:44:07 +00:00