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
Jakub Vrana
e91b3e5804
Document CURLOPT_PROGRESSFUNCTION (bug #48486 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290819 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-16 13:34:48 +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
5847a9aee0
fix markup
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280176 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-08 21:30:58 +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
Philip Olson
21a4eed71e
New versions.xml that contains version information for this extension,
...
so, when these functions/methods became available
# Formally known as phpdoc/phpbook/phpbook-xsl/version.xml
# Some changes/updates were made from the phpbook-xsl version
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267947 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-28 23:27:16 +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
Philip Olson
db367ae954
Unified <title> and <titleabbrev> in every extensions book.xml/reference.xml
...
See the following bug report for details: http://bugs.php.net/44736
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260480 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-30 17:25:13 +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
Felipe Pena
f60f2fb980
Fixed bug #44304 (CURLOPT_EGBSOCKET should be CURLOPT_EGDSOCKET)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@254041 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-01 21:31:04 +00:00
Felipe Pena
fbc5692970
Fix example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249448 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-30 22:20:34 +00:00
Hannes Magnusson
f742cb18ba
MFB: Upgrade to the new-reference-structure
...
- Moved the intro from reference.xml to book.xml
- Change the intro ID to intro.<extname>
- Moved examples into its own chapter
- Moved the setup sections to setup.xml
- Changed the constants section to be <appendix>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248274 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-14 17:24:23 +00:00
Hannes Magnusson
0258a77f1e
MFB: Rename "functions.xml" to entities.<dirname>.xml
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247901 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-10 17:06:11 +00:00
Philip Olson
fff9056c6b
fixed second example (found by rasmus)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244890 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-26 18:29:18 +00:00
Philip Olson
f64e067f49
Fixed typo and added ini links (found by rasmus)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244702 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-23 17:03:30 +00:00
Jakub Vrana
769d2d8c68
File posting (bug #37760 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241475 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 21:00:52 +00:00
Philip Olson
b7a754b31f
Refer to curl_setopt() and curl_getinfo() for uses of these constants.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@240648 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-03 05:23:25 +00:00
Philip Olson
68f437bafb
CURLINFO_HEADER_OUT is available since PHP 5.1.3 (it was backported)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@240647 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-03 05:15:16 +00:00
Antony Dovgal
813b214847
add two new constants
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@239157 c90b9560-bf6c-de11-be94-00142212c4b1
2007-07-04 13:38:31 +00:00