Hi Jani.
BTW Digest Auth still can't be used in cUrl because of a bug in
libcurl. I've reported the bug to the libcurl mailing list but this
mailing list is not working at the moment at sourceforge.net.
FYI the bug is the following:
---
Hi there.
I spent some time tryin
This is fixed in CVS. Thank you for letting us know about this.
See:
http://cvs.php.net/diff.php/php-src/ext/curl/interface.c?r1=1.30&r2=1.31&ty=u
--Jani
On Sat, 24 Jan 2004, root wrote:
>Hi there.
>
>I was wondering why I was not able to get cURL u
Hi there.
I was wondering why I was not able to get cURL use Digest Authentification. The
reason is the following:
In ext/curl/interface.c, there is (lines 834-836) :
#ifdef CURLOPT_HTTPAUTH /* only in curl 7.10.6 */
case CURLOPT_HTTPAUTH:
#endif
However, CURLOPT_HTTAU
Hi there.
I was wondering why I was not able to get cURL use Digest Authentification. The
reason is the following:
In ext/curl/interface.c, there is (lines 834-836) :
#ifdef CURLOPT_HTTPAUTH /* only in curl 7.10.6 */
case CURLOPT_HTTPAUTH:
#endif
However, CURLOPT_HTTAU