php-src/ext/curl
Sterling Hughes 36dc3e1c20 @ 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.
2000-09-30 03:09:54 +00:00
..
config.m4 1. Move from experimental -> production 2000-07-24 20:00:00 +00:00
curl.c @ Added the ability for CURLOPT_POSTFIELDS to accept an array of HTTP post 2000-09-30 03:09:54 +00:00
curl.dsp cleanup, added configurations for ssl as well 2000-09-26 11:51:31 +00:00
Makefile.in Add CURL support (http://curl.haxx.se). 2000-07-16 19:37:33 +00:00
php_curl.h @ Added the ability for CURLOPT_POSTFIELDS to accept an array of HTTP post 2000-09-30 03:09:54 +00:00