Commit graph

127 commits

Author SHA1 Message Date
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
Kalle Sommer Nielsen
1321160515 Fixed bug #52201 (Missing: getting request headers; certinfo)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304664 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-23 14:56:22 +00:00
Kalle Sommer Nielsen
4af7bcc276 Fixed bug #50523 (curl_getinfo() retains old data when handle reused)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304521 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-20 00:39:01 +00:00
Kalle Sommer Nielsen
8c46e662ef Fixed bug #52938 (CURLOPT_CERTINFO not documented, available since 5.3.2)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304496 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-19 04:29:11 +00:00
Jakub Vrana
85a5197678 See also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304196 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-08 02:39:31 +00:00
Mark Skilbeck
d387391dbb #52581
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303617 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-20 11:07:17 +00:00
Gustavo André dos Santos Lopes
042ef33433 * In documentation of CURL_WRITEFUNCTION, changed the ambiguous "data must be written by using this callback function" (written to where? the server or locally?) to "data must be saved"; this is also the verb used by the libcurl library docs.
* In documentation of CURL_WRITEFUNCTION, changed the vague "or this will fail" to "or the transfer will be aborted with an error". This is supported by the libcurl docs.
#see http://curl.haxx.se/libcurl/c/curl_easy_setopt.html

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301977 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-07 20:25:50 +00:00
Jakub Vrana
58e026c057 Fix PHP syntax errors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301119 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-09 11:28:40 +00:00
Pierrick Charron
fb38207279 Fixed bug #51965
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300047 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-01 13:35:33 +00:00
Daniel Egeberg
2b587ab01f Normalized initializer NULL-values to use the &null; entity:
for file in `find -name '*.xml'`; do sed -i -e 's/<initializer>null<\/initializer>/<initializer>\&null;<\/initializer>/i' $file; done



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298918 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-03 17:10:04 +00:00
Hannes Magnusson
a41bbce4bc Mention in what "format" the headers should be
# Patch by Patrick van Staveren <trick at vanstaveren.us>


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298382 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-23 15:52:45 +00:00
Daniel Egeberg
6b08984abd Integrated user notes 97253 and 97254 both by pcdinh at phpvietnam dot net into the manual.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297829 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-11 10:12:27 +00:00
Daniel Egeberg
2fd3f0c96d Converted remaining files to utf-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297078 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 16:25:51 +00:00
Daniel Egeberg
92ac19c964 Reverted r297058
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297077 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 16:13:03 +00:00
Richard Quadling
41744b84ad Converted to UTF-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297058 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 09:53:08 +00:00
Daniel Egeberg
96c9d88bad Converted to utf-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00
Kalle Sommer Nielsen
280694b9fb Fixed bug #51314 (curl_multi_init example uses to many cpu cycles)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296344 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-18 15:30:40 +00:00
Kalle Sommer Nielsen
5f0ae424ce Fixed bug #46857 (Table valign=top on manual pages)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296343 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-18 15:27:51 +00:00
Daniel P. Brown
fb31937da9 Reworded to make a bit more sense. Though not a bug, this was identified in Bug #51117.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295418 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-23 15:31:22 +00:00
Yago Ferrer
8b87bee609 CURLOPT_AUTOREFERER it was two times in the same line.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294566 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-05 15:34:38 +00:00
Richard Quadling
763d5a26e6 W/S tabs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294379 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 13:23:28 +00:00
Hannes Magnusson
ad8e1ac323 Fixed bug#50459 (CURLINFO_HEADER_OUT does not work), patch by Dave Tajchreber/yawk
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293172 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-06 08:30:47 +00:00
Daniel Egeberg
1845d27201 Fixes #50645.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293053 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-03 23:14:44 +00:00
Peter Cowburn
cbf8b14d7e Typo fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291121 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-22 00:03:51 +00:00
Jakub Vrana
1736d50a09 Sends Cookie header (bug #47044)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291062 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-20 11:00:09 +00:00
Jakub Vrana
f082c0c09c Document CURLOPT_PROGRESSFUNCTION (bug #48486)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291061 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-20 10:58:58 +00:00
Torben Wilson
af4410a7e1 Normalized the sgml-default-dtd-file local-variable line for those
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Rasmus Lerdorf
8cdba5f8c6 Uh..
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286743 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-03 15:24:31 +00:00
Rasmus Lerdorf
bb27658e07 Explain this better
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286742 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-03 15:11:58 +00:00
Rasmus Lerdorf
3f874cb6c4 curl_multi_select returns -1 on failure because it is just returning the result of the system's select() call
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286740 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-03 14:59:49 +00:00
Daniel P. Brown
ea791d0e6b Fixes Bug #49024.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@284628 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-23 02:49:49 +00:00
Nilgün Belma Bugüner
250af00b37 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283803 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 06:43:42 +00:00
Philip Olson
0535773acb Mention '; ' separator with CURLOPT_COOKIE for multiple cookies
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@281038 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-24 15:01:23 +00:00
Yannick Torres
228cc2459f fix markup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279767 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-03 12:27:22 +00:00
Yannick Torres
ddb54cd1f2 WS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-02 15:53:16 +00:00
Yannick Torres
95246043de Typo
#Spotted by salathe


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279719 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-02 13:40:14 +00:00
Kalle Sommer Nielsen
be749b259b This sounds more correct
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279645 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-01 01:48:10 +00:00
Kalle Sommer Nielsen
0376b8b6a0 Fix build, /slap danbrown
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279477 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-27 23:07:24 +00:00
Daniel P. Brown
6c0bf26106 Adds a similar note to the one I just added in curl_setopt() to explain variance in enctypes with string vs. array.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279442 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-27 15:24:03 +00:00
Daniel P. Brown
da0a5ae4c5 Adds the note explaining the different encoding types when sent as string vs. array.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279441 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-27 15:21:00 +00:00
Dave Barr
27b6939bc1 - Content-Type is forced to multipart/form-data if an array is passed to
CURLOPT_POSTFIELDS. This is due to the extension using CURLOPT_HTTPPOST
  (which allows the use of files) for array parameters instead of
  CURLOPT_POSTFIELDS or CURLOPT_COPYPOSTFIELDS. Fixes bug #48083.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279434 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-27 11:37:25 +00:00
Noah Fontes
f79c56ad39 Document CURLOPT_CONNECTTIMEOUT_MS and CURLOPT_TIMEOUT_MS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279373 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-25 21:57:07 +00:00
Mehdi Achour
33452ee6b3 Add/move sections to changelogs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277645 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-23 21:08:01 +00:00