Christoph Michael Becker
a1be033c9b
Remove PHP 4 related info
...
Also, it appears that the curlwrappers never made it to PECL.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346948 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-01 18:32:27 +00:00
Peter Cowburn
e16c1b4587
improve curl_multi_exec() loops (doc #77682 )
...
curl_multi_exec() hasn't returned CURLM_CALL_MULTI_PERFORM for a loooong
time (it stopped doing so as of libcurl 7.20.0, which was released on
Feb 9 2010).
Thanks to Daniel Stenberg for the details.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346933 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-28 22:00:16 +00:00
Christoph Michael Becker
82c8243cae
List new cURL constants
...
Cf. <https://github.com/php/php-src/pull/3541 >.
Based on a patch provided by neranjan125@gmail.com .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345772 c90b9560-bf6c-de11-be94-00142212c4b1
2018-10-04 10:03:02 +00:00
Pasindu De Silva
5185cf5017
Added CURLOPT_REQUEST_TARGET constant
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345704 c90b9560-bf6c-de11-be94-00142212c4b1
2018-09-28 03:49:05 +00:00
Christoph Michael Becker
5e61ab9824
Fix #76649 : cURL module requires libssh2.dll
...
This also integrates the user notes 115953, 116019, 121543 and 122442.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345565 c90b9560-bf6c-de11-be94-00142212c4b1
2018-08-29 15:12:16 +00:00
Christoph Michael Becker
91bd082167
Fix #76328 : Documentation of CURLINFO_HTTP_CODE as legacy
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345002 c90b9560-bf6c-de11-be94-00142212c4b1
2018-05-11 16:11:29 +00:00
Christoph Michael Becker
30dd50ff89
The DLLs are renamed as of OpenSSL 1.1
...
Based on a patch provided by an anonymous user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344987 c90b9560-bf6c-de11-be94-00142212c4b1
2018-05-08 13:54:14 +00:00
Christoph Michael Becker
96714651c2
Fix typo
...
Patch provided by anonymous user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344978 c90b9560-bf6c-de11-be94-00142212c4b1
2018-05-08 11:38:46 +00:00
Christoph Michael Becker
eceb032b47
Fix grammar
...
Patch provided by anonymous user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344861 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-27 13:51:22 +00:00
Christoph Michael Becker
7fb49b6b4f
Clarify meaning of success/failure
...
This also integrates user note 87015.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344669 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-14 16:04:54 +00:00
Jakub Vrana
dd07341fae
Remove trailing fullstop in <refpurpose>
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343888 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 15:34:22 +00:00
Christoph Michael Becker
aacd13217f
Log: Partially fix #75094 : Functions not documented
...
We document the curl_*() functions which have been
introduced in PHP 7.1.0.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342910 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-22 15:07:32 +00:00
Pieter Hordijk
3162d2eadc
Added in the description for CURLOPT_RESOLVE based on Curl's manpage, searching the PHP source code, and the bug report that brought it into the source code for 5.5
...
--
Provided by anonymous 84525 (toby.bettridge@stubside.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342670 c90b9560-bf6c-de11-be94-00142212c4b1
2017-07-16 18:38:13 +00:00
Christoph Michael Becker
cdf488a697
CURLOPT_SAFE_UPLOAD has been removed as of PHP 7.0.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341917 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-17 18:03:48 +00:00
Christoph Michael Becker
97ca95ebfa
Update docs for PHP 7.0.0
...
Patch provided by anon user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341914 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-17 17:50:56 +00:00
Christoph Michael Becker
82d8f6e36b
Document cURL server push support (as of PHP 7.1.0)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341647 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-12 17:32:00 +00:00
Christoph Michael Becker
bb280fc0f2
Fix #69117 : CURLOPT_SSL_VERIFYHOST: lack of documentation for value 0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341538 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-30 12:10:29 +00:00
Maciej Sobaczewski
95bdd6883b
Another round of PHP 4 content removal (mostly inline mentions)
...
Review is welcome
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341282 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-05 10:17:07 +00:00
Christoph Michael Becker
2c649053d0
Improve CURLOPT_PINNEDPUBLICKEY documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340038 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-15 10:36:28 +00:00
Christoph Michael Becker
265c283cb5
Fix #72890 : The description of CURLMOPT_MAXCONNECTS is wrong
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339909 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-19 08:47:29 +00:00
Christoph Michael Becker
5435723c4c
CURLINFO_FILETIME requires CURLOPT_FILETIME
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339608 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-10 10:39:17 +00:00
Christoph Michael Becker
f5700836b5
Document cURL constant added in PHP 7.0.7 plus a few added in PHP 5.5.0
...
Fixes also bug #72522 (No option CURLOPT_UNIX_SOCKET_PATH).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339547 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-03 16:54:52 +00:00
Christoph Michael Becker
d6f9689aae
Fix #64798 : curl_getinfo does not return info array if $opt = 0
...
Actually, $opt has no default value!
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339443 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-21 20:45:47 +00:00
Christoph Michael Becker
a02cc0d866
Fix #68176 : Support for CURLOPT_HEADEROPT and CURLOPT_PROXYHEADER options
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339371 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-16 16:38:42 +00:00
Pierrick Charron
626faa38dc
Fixed build
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339063 c90b9560-bf6c-de11-be94-00142212c4b1
2016-04-24 03:44:18 +00:00
Pierrick Charron
081af4a4b5
Add CURLOPT_FTP_FILEMETHOD and CURLOPT_PRIVATE
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339062 c90b9560-bf6c-de11-be94-00142212c4b1
2016-04-24 03:18:10 +00:00
Pierrick Charron
3c295559b2
Add new constants into documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339061 c90b9560-bf6c-de11-be94-00142212c4b1
2016-04-24 00:32:49 +00:00
Thomas Punt
4ccbdb42a2
Resolve doc bug #68117
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338332 c90b9560-bf6c-de11-be94-00142212c4b1
2015-12-19 23:28:53 +00:00
Pasindu De Silva
e4c6a60320
Update curl version.xml
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337905 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-23 18:28:27 +00:00
Christoph Michael Becker
6156d1a148
documented CURLPIPE_* constants
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337751 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-04 17:29:14 +00:00
Christoph Michael Becker
b3773f1a76
CURLOPT_CAINFO may also accept relative paths ( fixes #70196 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337649 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-27 17:56:33 +00:00
Christoph Michael Becker
b67451f6fb
improved CURLOPT_SAFE_UPLOAD documentation ( fixes #70180 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337270 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-01 12:23:14 +00:00
Christoph Michael Becker
ecad194356
documented CURLE_SSH
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337258 c90b9560-bf6c-de11-be94-00142212c4b1
2015-07-28 17:22:49 +00:00
Christoph Michael Becker
49db5a44dd
added explicit curl_close() to curl_multi_close() example to avoid memory leaks
...
(suggested by johnhole)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337181 c90b9560-bf6c-de11-be94-00142212c4b1
2015-07-17 12:26:58 +00:00
Christoph Michael Becker
ce917cdaf8
improved documentation of CURLOPT_PROXYTYPE ( fixes #69950 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337060 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-27 11:39:14 +00:00
Christoph Michael Becker
03c93040de
improved description of CURLOPT_TCP_NODELAY ( fixes #69366 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336951 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-14 15:43:31 +00:00
Peter Cowburn
db31b1300d
typo
...
Patch by Daniel Platt
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336890 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-08 22:47:00 +00:00
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
TAKAGI Masahiro
beb09db76b
Set svn properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330206 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-11 21:39:53 +00:00
Jakub Vrana
278e4f61a2
Document missing cURL multi methods
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330201 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-10 23:24:36 +00:00
Joe Watkins
f92e790ec1
#64507 adjustments to wording
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329914 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-25 08:24:10 +00:00
Philip Olson
04b11e621f
Fixed spelling
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329325 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-29 01:47:09 +00:00
Pierrick Charron
10c87dc7fc
CURLOPT_SSL_VERIFYHOST support for value 1 removed in cURL 7.28.1
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328859 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-22 01:36:06 +00:00
Pierrick Charron
9a7e85e0ff
Document bug #63800
...
CURLOPT_MUTE was removed in cURL 7.15.5
CURLOPT_RETURNTRANSFER can be use to get the same effect
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328838 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-18 22:19:42 +00:00
Joe Watkins
e25450d9dc
many bugs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328365 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-15 13:40:31 +00:00
Adam Harvey
3ee6fa8a65
Fix the minimum curl version for CURLOPT_CONNECTTIMEOUT_MS and
...
CURLOPT_TIMEOUT_MS, which didn't match ext/curl/interface.c.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328345 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-13 06:36:17 +00:00
Adam Harvey
c9a06ba9f2
Elaborate on the CURLOPT_BINARYTRANSFER situation.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328239 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-05 03:29:07 +00:00
Pierrick Charron
96550b12f2
Document bug #55635
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328226 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-03 04:18:48 +00:00
Philip Olson
b34d51a316
WS. This patch removes tabs. Not sure who the author is.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327188 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-20 18:43:32 +00:00
Jakub Vrana
dbd18d7017
Supports CURLINFO_REDIRECT_COUNT
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326231 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-18 23:46:30 +00:00
Hannes Magnusson
858cacd62c
mark bunch of extensions with "membership" PI (like the membership comment)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326064 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 17:34:56 +00:00