cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: CURLOPT_HTTPAUTH and Digest Authorization Required

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Mon, 21 Feb 2005 14:58:15 +0100 (CET)

On Sun, 20 Feb 2005, Jon M wrote:

> curl_setopt($ch, CURLOPT_HTTPAUTH, CURLAUTH_DIGEST);

I suspect that you need to rebuild your PHP/CURL binding to make it take
advantage of the new options.

Since you had a very old libcurl verion first the 'CURLOPT_HTTPAUTH' symbol
and others weren't defined, so it must've done some work-around to make your
program/build not barf completely. That work-around is likely not dynamically
adjusting to the newly install libcurl version.

-- 
      Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se
       Dedicated custom curl help for hire: http://haxx.se/curl.html
Received on 2005-02-21