Commit graph

169 commits

Author SHA1 Message Date
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
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
Yannick Torres
ee73d00557 Fix some literal tag
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324741 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-03 08:26:39 +00:00
Joris van de Sande
beca186e15 - Added SSH/SFTP/SCP related constants to the curl documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323229 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-15 13:52:34 +00:00
Justin Martin
4f2bd63271 Listed CURLOPT_FTP_CREATE_MISSING_DIRS option. Closes bug #60791.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322549 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-21 22:25:03 +00:00
Justin Martin
db4dfaad2a Noted that the file protocol is disabled if open_basedir is set. Closes bug #54126.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320462 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-05 21:17:50 +00:00
Justin Martin
d2a9a020d6 Clarified curlopt_cookiefile behaviour, as per bug #60413.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320297 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-03 04:02:28 +00:00
Yannick Torres
88a88985b9 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316587 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-13 06:12:03 +00:00
Peter Cowburn
439cfb4fd0 less kludgy description for CURLOPT_POSTFIELDS when posting files
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316499 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-11 13:58:27 +00:00
Peter Cowburn
06cac9a8e7 wrap and dot
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315512 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-25 19:24:58 +00:00
Ilia Alshanetsky
73ff6ea418 Updated curl-setopt docs re-SSL options
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315509 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-25 19:05:06 +00:00
Hannes Magnusson
4c4b1e94aa Fixed bug#55386 missing return value
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315058 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-17 10:59:32 +00:00
Richard Quadling
fc9e379fd8 Standardise on single style of quotes for XML tag.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315005 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-16 11:38:58 +00:00
Scott MacVicar
84e91d57af Return type information on curl_multi_remove_handle() was incorrect
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@314119 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-02 17:21:47 +00:00
Jakub Vrana
5434c02b16 Link
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312676 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-30 13:10:27 +00:00
Jakub Vrana
4d2ea8d948 New constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312675 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-30 13:10:16 +00:00
Florian Anderiasch
5f47986dc1 Fix #55030 - improve example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312660 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-30 08:15:06 +00:00
Adam Harvey
568e2ca32f Fix doc bug #54546 (the description of CURLOPT_INFILESIZE is incomplete).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310345 c90b9560-bf6c-de11-be94-00142212c4b1
2011-04-19 06:27:54 +00:00
Gustavo André dos Santos Lopes
b94fcb7068 - Fixed description of the CURLOPT_READFUNCTION option.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310137 c90b9560-bf6c-de11-be94-00142212c4b1
2011-04-11 10:39:29 +00:00
Peter Cowburn
256624e031 curl_multi_handle() has no params (doc #54034)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308419 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-17 09:39:02 +00:00
Jakub Vrana
22bdd06b74 Clarify TIMEOUT_MS (doc bug #53331)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308205 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-10 15:24:02 +00:00
Jakub Vrana
9fc26de522 CURLOPT_CAINFO requires absolute path (doc bug #53781)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308189 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-10 12:55:07 +00:00
Justin Martin
dda9f4e1d0 Added information to CURL_POSTFIELDS regarding explicitly specifying file mimetype, closing bug #53749.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307501 c90b9560-bf6c-de11-be94-00142212c4b1
2011-01-15 21:48:33 +00:00
Peter Cowburn
cd968b049c grammar for description of CURLINFO_HEADER_OUT
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306587 c90b9560-bf6c-de11-be94-00142212c4b1
2010-12-23 10:59:04 +00:00
Peter Cowburn
f466bd23f6 clarify effect of curl_multi_remove_handle(). closes doc #53367
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305713 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-24 09:35:56 +00:00
Kalle Sommer Nielsen
cfb33420f6 Fixed bug #53296 (Incomplete information on CURLINFO_CONTENT_TYPE)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305305 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-13 03:13:40 +00:00
Peter Cowburn
a912865116 Typos and grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304887 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-25 19:38:17 +00:00
Kalle Sommer Nielsen
c19f9a7c23 Fixed bug #52331 (Use of @ in CURLOPT_POSTFIELDS is new)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304665 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-23 15:05:21 +00:00