curl-library
Re: Using Curl w/ Authorize.net
From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Fri, 4 Feb 2005 19:54:51 +0100 (CET)
Date: Fri, 4 Feb 2005 19:54:51 +0100 (CET)
On Fri, 4 Feb 2005 jonathan_at_science.edu wrote:
> Alright, it looks like I've narrowed it down to CURLOPT_RETURNTRANSFER. It
> isn't getting defined anywhere. Does anyone know which C library takes care
> of this function?
CURLOPT_RETURNTRANSFER is not provided by libcurl but was invented by and is
provided by the PHP/curl binding.
One way to solve this is the often repeated getinmemory.c example:
http://curl.haxx.se/lxr/source/docs/examples/getinmemory.c
-- Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se Dedicated custom curl help for hire: http://haxx.se/curl.htmlReceived on 2005-02-04