Commit graph

251 commits

Author SHA1 Message Date
Stanislav Malyshev
4731f1a2d2 Improve CURLFile docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336593 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-18 22:43:19 +00:00
Maciej Sobaczewski
3b7b17c9a9 Close bug #69368 (Description of CURLOPT_HEADERFUNCTION flawed)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336354 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-04 04:50:37 +00:00
Maciej Sobaczewski
a62e1ac46e Close bug #69358 (Missing constant CURLINFO_REDIRECT_URL)
Patch provided by Christoph Michael Becker

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336353 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-04 04:17:53 +00:00
JulienPauli
a3078f7bcb Updated doc for new cURL constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335981 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-23 16:54:05 +00:00
Peter Cowburn
d69425501f document CURLOPT_POSTREDIR
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335709 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-10 22:08:04 +00:00
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
Joe Watkins
b653253e42 remove the incorrect use of the word parallel from curl_multi_* documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335160 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-05 09:18:06 +00:00
Rasmus Lerdorf
3c735d9bbc Clarify the wording for curl_multi_select().
0 is not an error state here.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335159 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-04 22:39:34 +00:00
Jean-Sebastien Hedde
71bc29ab34 Adds documentation for:
CURLINFO_REDIRECT_URL
CURLINFO_PRIMARY_IP
CURLINFO_PRIMARY_PORT
CURLINFO_LOCAL_IP
CURLINFO_LOCAL_PORT

Sources:
cURL doc: http://curl.haxx.se/libcurl/c/curl_easy_getinfo.html
PHP changelog: http://php.net/ChangeLog-5.php

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

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335116 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-21 18:32:54 +00:00
Rasmus Lerdorf
958cde3f4b Add missing constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335082 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-19 00:00:33 +00:00
Rasmus Lerdorf
60917b8446 POODLE commit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335076 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-16 17:51:38 +00:00
Simion Onea
14af302c9c Making the XML definition consistent across the entire project.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334762 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:44:07 +00:00
Simion Onea
ba08db8805 Corrected markup. Enclosed PATH environment variable in <envar></envar> tags.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334758 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:04:37 +00:00
Adam Harvey
da75c15e02 Update the changed functions list, and integrate the changes into the text.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334639 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-28 05:47:47 +00:00
Andrea Faulds
a75d3ffb20 Noted that CURLOPT_SAFE_DEFAULT was added in PHP 5.5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333638 c90b9560-bf6c-de11-be94-00142212c4b1
2014-05-31 17:00:58 +00:00
Andrea Faulds
8ba9551033 Noted CURLOPT_SAFE_UPLOAD in curl_setopt, which was introduced in PHP 5.5
(Finally)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333635 c90b9560-bf6c-de11-be94-00142212c4b1
2014-05-31 14:06:49 +00:00
Chris Wright
3630873137 Add CURLOPT_TCP_NODELAY documentation
--
Provided by Incognito (drakain@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333124 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-26 14:31:37 +00:00
Adam Harvey
996f0fd83f Update the curl requirements, in the true spirit of not caring at all about PHP 4.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332956 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-11 19:10:47 +00:00
Chris Wright
a2590b092c Remove CURLOPT_CLOSEPOLICY
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332896 c90b9560-bf6c-de11-be94-00142212c4b1
2014-02-27 11:10:24 +00:00
Chris Wright
047074009c Add CURLPAUSE_* constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332895 c90b9560-bf6c-de11-be94-00142212c4b1
2014-02-27 10:42:40 +00:00
Joe Watkins
0879aae575 fix #64365
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332147 c90b9560-bf6c-de11-be94-00142212c4b1
2013-11-17 08:50:46 +00:00
Joe Watkins
5b851f93be #65993 fix incorrect curlopt info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332015 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-30 06:42:59 +00:00
Joe Watkins
400d6eb5b7 #61911 incorrect description of option constant
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331739 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-09 06:30:16 +00:00
Joe Watkins
372c429475 #65415 clarity in description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331667 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-04 17:16:50 +00:00
Joe Watkins
9810b1ec48 fix #65316 additional info into curlopts
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331661 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-04 16:18:41 +00:00
Chris Wright
d7bf877330 Document CURLFile::__construct and make curl_file_create an alias
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331408 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-16 08:50:46 +00:00
Chris Wright
59a1bbcb6f Whitespace fixes
Fix all outstanding strict whitespace errors flagged by the online editor

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331331 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-09 16:17:46 +00:00
Peter Cowburn
a5064d6ab7 revert r331005
Rollback accidental changes made in the online editor.



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331007 c90b9560-bf6c-de11-be94-00142212c4b1
2013-07-23 09:07:14 +00:00
Paul Dragoonis
423959d319 Adding CURLOPT_POSTREDIR option.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331005 c90b9560-bf6c-de11-be94-00142212c4b1
2013-07-22 23:07:17 +00:00
Jakub Vrana
3a88b239e9 Delete extra <variablelist>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330734 c90b9560-bf6c-de11-be94-00142212c4b1
2013-07-01 18:09:46 +00:00
Jakub Vrana
1fa1e8e17d Document CURLMOPT_*
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330733 c90b9560-bf6c-de11-be94-00142212c4b1
2013-07-01 18:08:08 +00:00
Adam Scheller
99f63c5702 Documentation for curl_multi_strerror
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330652 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-25 21:05:55 +00:00
Peter Cowburn
5b6a972d4a CURLOPT_PROGRESSFUNCTION 5.5.0 change (doc #65105)
Also added 5.3.0 changelog entry as when
CURLOPT_PROGRESSFUNCTION was introduced.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330624 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-23 12:49:00 +00:00
Adam Scheller
4c476a5fba XML fix for curl_file_create
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330522 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-16 19:10:12 +00:00
Adam Scheller
995444f050 Documentation for curl_file_create
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330516 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-16 10:16:37 +00:00
Adam Scheller
afdb1491f2 Added CURLOPT_SHARE option to curl_setopt
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330512 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-15 21:22:46 +00:00
Adam Scheller
e5868a071f Documentation for curl_share_* functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330511 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-15 21:02:02 +00:00
Adam Scheller
fd8932b966 Documentation for curl_reset
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330507 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-15 13:03:44 +00:00
Adam Scheller
288705b80e Documentation for curl_strerror
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330506 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-15 13:03:33 +00:00
Adam Scheller
4935e95ad9 Documentation for curl_unescape
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330505 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-15 13:02:31 +00:00
Adam Scheller
f7db367a76 Fixed a typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330504 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-15 12:59:41 +00:00
Hannes Magnusson
460373cf01 Document curl_escape(), patch by Adam Kazimierczak: kazymjir@ gmail
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330474 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-10 22:05:53 +00:00
Jakub Vrana
1634a88641 Delete redundant <!-- Membership: -->
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330340 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-23 17:38:21 +00:00
Jakub Vrana
3470df93b3 Document and deprecate cURL wrappers
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330269 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-17 18:16:50 +00:00
Jakub Vrana
ae00354249 Revert r330263
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330265 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-17 06:05:03 +00:00
Jakub Vrana
699bf750c9 Link CURLFile constructor
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330263 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-17 06:01:45 +00:00
Jakub Vrana
e0fc301e08 Put PHP 5.5 methods to versions.xml
Generated by http://pastebin.com/s5DSrPc3

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330251 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-16 20:34:19 +00:00
Jakub Vrana
a445db39cd Put PHP 5.5 functions to versions.xml
Generated by http://pastebin.com/VLfQAUT7

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330246 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-16 19:55:27 +00:00
Jakub Vrana
b33511dccc Document PHP 5.5 CURLFile
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330234 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-15 21:54:04 +00:00
Jakub Vrana
c672ec208a Add PHP 5.5 cURL functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330233 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-15 21:23:52 +00:00