]> granicus.if.org Git - php/commit
@ Added the ability for CURLOPT_POSTFIELDS to accept an array of HTTP post
authorSterling Hughes <sterling@php.net>
Sat, 30 Sep 2000 03:09:54 +0000 (03:09 +0000)
committerSterling Hughes <sterling@php.net>
Sat, 30 Sep 2000 03:09:54 +0000 (03:09 +0000)
commit36dc3e1c2055617ab0e8be6d83ec4c645edf1a0a
treea0af6e0fb3ff7b39e2cc14b30f311d833ba9d9a9
parent974a0ddf6542bb1b40a66df2ad4cfb6207266e2f
@ 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.
ext/curl/curl.c
ext/curl/php_curl.h