#
6b8faeb1 |
| 20-Oct-2000 |
Sterling Hughes |
Fix CURLOPT_REFERER. @ Added the curl_getinfo() function to find out information about a CURL transfer. This function requires cURL 4.0 or above. (Sterling) @ Added the CURLOPT
Fix CURLOPT_REFERER. @ Added the curl_getinfo() function to find out information about a CURL transfer. This function requires cURL 4.0 or above. (Sterling) @ Added the CURLOPT_KRB4, CURLOPT_INTERFACE, CURLOPT_QUOTE, CURLOPT_POSTQUOTE, CURLOPT_QUOTE and CURLOPT_HTTPPROXYTUNNELL options. (Sterling)
show more ...
|
Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1 |
|
#
36dc3e1c |
| 30-Sep-2000 |
Sterling Hughes |
@ Added the ability for CURLOPT_POSTFIELDS to accept an array of HTTP post parameters. (Sterling) @ Added the CURLOPT_HTTPHEADER option that allows for the posting of HTTP headers to a re
@ Added the ability for CURLOPT_POSTFIELDS to accept an array of HTTP post parameters. (Sterling) @ Added the CURLOPT_HTTPHEADER option that allows for the posting of HTTP headers to a remote site from cURL. (Sterling) @ Add the curl_error() and curl_errno() functions. (Sterling) Buncha other changes... - Changed if () else if () in curl_setopt to switch .. case - Fixed a couple crashes in certain cases. - Finally a decent error reporting scheme. - A few formatting changes.
show more ...
|
Revision tags: php-4.0.2 |
|
#
6e10dc54 |
| 27-Aug-2000 |
Sterling Hughes |
Fix up the implementation. # it was getting hacky already.
|
Revision tags: PRE_LIBMYSQL_REVERT, php-4.0.2RC1 |
|
#
cd599d17 |
| 20-Aug-2000 |
Sterling Hughes |
Bunch o' changes.. - Add the ability to return the web page into a variable by setting the CURLOPT_RETURNTRANSFER constant to 1. - Make everything conform to the n
Bunch o' changes.. - Add the ability to return the web page into a variable by setting the CURLOPT_RETURNTRANSFER constant to 1. - Make everything conform to the naming guidelines. - Delete the resource id from the file_id table when a resource is closed.
show more ...
|
#
c80f2bcb |
| 18-Aug-2000 |
Sterling Hughes |
Purely cosmetic.
|
#
8a8b5dac |
| 17-Aug-2000 |
Sterling Hughes |
ts issues.
|
#
185f6e95 |
| 15-Aug-2000 |
Sterling Hughes |
Leftovers...
|
#
d06c4b2e |
| 15-Aug-2000 |
Sterling Hughes |
This fixes to problems: - Apache not having the output go to stdout in some cases. - Output being displayed before the header is displayed. And causes the following: -
This fixes to problems: - Apache not having the output go to stdout in some cases. - Output being displayed before the header is displayed. And causes the following: - *Slightly* slower cURL transfers.
show more ...
|
#
bba7086a |
| 13-Aug-2000 |
Sterling Hughes |
- Fix spacing. - Add error constants.
|
Revision tags: PRE_FILE_COMPILE_API_CHANGE |
|
#
19687ea1 |
| 25-Jul-2000 |
Kristian Köhntopp |
Trivial change to add access to CURL version information for user programs in order to have them react appropriately.
|
#
cb44d1b3 |
| 24-Jul-2000 |
Sterling Hughes |
1. Move from experimental -> production 2. Thread safety 3. Set some initial options 4. Redo the placement of some functions and options.
|
#
67870714 |
| 16-Jul-2000 |
Sterling Hughes |
Add CURL support (http://curl.haxx.se). # Currently pretty experimental, and labeled so, it # only really works with the CGI version. I wanted # to get the sources in CVS, so I coul
Add CURL support (http://curl.haxx.se). # Currently pretty experimental, and labeled so, it # only really works with the CGI version. I wanted # to get the sources in CVS, so I could give a # reference point for some issues, and get more # extensive testing... # # Does anyone know how long it is going to be till # the next minor release?
show more ...
|