cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re: Building php_curl.dll (Was: http proxy works, socks proxy doesn't...)

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Mon, 29 Mar 2004 00:04:56 +0200 (CEST)

On Sat, 27 Mar 2004, Andrew Clemente wrote:

> Thank you very much for your reply. It answered my question perfectly.
> I have looked over the curl.haxx.se docs areas many times and can still
> not find the document that holds a complete list of those options. Can
> you point me in the right direction?

This page is supposed to contain them all:

        http://curl.haxx.se/libcurl/c/curl_easy_setopt.html

> Unfortunately, the current builds of PHP5 for windows do not include
> the latest version of curl in its php_curl.dll (They have 7.10.8). While
> I have some limited experience hacking source and compiling on linux,
> I have none on windows and am unfortunately stuck developing php on windows
> currently. Should I look to compile a new php_curl.dll myself (I imagine I
> can download a free compiler for windows or something?) or should I try and
> co-erce the people who compile the windows version of PHP (who?) to upgrade
> to the current version (Need to make those struct rename changes you
> mentioned in the other thread? Maybe a good time while its still in RC
> stage?).

Those struct renames SHOULD be made in the PHP code to make it work with curl
7.11.1 and future releases.

But, until that happens and you can get an official package that has this
problem corrected, I would guess that compiling it yourself is the best
(only?) way to get curl 7.11.1 and PHP to play.

-- 
     Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se
      Dedicated custom curl help for hire: http://haxx.se/curl.html
Received on 2004-03-29