Commit graph

211 commits

Author SHA1 Message Date
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
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
Stanislav Malyshev
ef4bab0848 document new curl values
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277133 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-14 01:52:43 +00:00
Jakub Vrana
4d50cfcce4 Initializers - part 1
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273174 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-09 17:08:52 +00:00
Jakub Vrana
36a1bb34b7 Fix proto
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273171 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-09 15:52:22 +00:00
Hannes Magnusson
4dc07ee17a Add heading to explain what this is
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@272496 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-01 22:43:34 +00:00
Hannes Magnusson
5b4d6a9bc6 s/are/or (reported by navaru atmonteshazz dotro)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271742 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-22 11:38:58 +00:00
Joey Smith
5a763a909f Fixed option name (credit to Matt Turland for the catch)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271309 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-16 03:17:35 +00:00
Philip Olson
7774d7bb25 Fixed simple spelling errors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271307 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-16 01:58:18 +00:00
Jakub Vrana
5a10dedf46 NOBODY changes method to HEAD (bug #44584)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268475 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-07 10:26:43 +00:00
Kalle Sommer Nielsen
056b700f20 Fixes #46253 (wrong return value description for curl_error())
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267082 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-08 18:43:43 +00:00
Kalle Sommer Nielsen
bd745e24d0 Missing <literal> -- sorry translators :)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266883 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-01 11:21:08 +00:00
Kalle Sommer Nielsen
d455ccf21d Fix build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266878 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-01 11:01:54 +00:00
Kalle Sommer Nielsen
0d71bfe706 Fixed bug #44519 (curl documentation lists CURLOPT_POSTFIELDS as string, should be mixed)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266871 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-01 08:37:21 +00:00
Kalle Sommer Nielsen
c2e9f2cc44 Added new examples to CURL:
- curl_errno()
 - curl_error()
 - curl_getinfo()
 - curl_version()


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266870 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-01 08:29:12 +00:00
Kalle Sommer Nielsen
b3099e92ea Fix examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265874 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-04 02:35:09 +00:00
Felipe Pena
76b2abcc86 Added information about file path
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@256365 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-30 18:42:47 +00:00
Felipe Pena
e62dfa2836 Added new example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@256363 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-30 17:04:01 +00:00