curl-and-php
Re: Do I need a new version of php_curl.dll?
Date: Thu, 29 Apr 2004 13:04:51 +0200 (CEST)
On Thu, 29 Apr 2004, Lucas wrote:
> PHP Notice: Use of undefined constant CURLOPT_PROXYAUTH - assumed
> 'CURLOPT_PROXYAUTH' in C:\\phpWeb\\t3.php on line 15
> PHP Notice: Use of undefined constant CURLAUTH_NTLM - assumed 'CURLAUTH_NTLM'
> in C:\\phpWeb\\t3.php on line 15
>
> As I searched on the web, i found that maybe the php_curl.dll file is of a
> later version than the last version of curl. Also curl_easy_setopt()
> functions are not included.
>
> Do I have to compile a new dll ?
Perhaps.
> Or can I solve this an other way ?
Download a precompiled binary?
> I allready tried the numeric version of CURLOPT_PROXYAUTH
I think you need to have a php/curl module and a libcurl that are both new
enough to know about NTLM for proxies.
I believe this option works since libcurl 7.10.7. I don't know about what PHP
version.
-- Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se Dedicated custom curl help for hire: http://haxx.se/curl.htmlReceived on 2004-04-29