curl-and-php
Re: How do you enable curl???
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 25 Apr 2002 17:49:15 +0200 (MET DST)
Date: Thu, 25 Apr 2002 17:49:15 +0200 (MET DST)
On Wed, 24 Apr 2002, Jonathan McKenzie wrote:
> How do you enable curl?
You invoke the PHP configure with the --with-curl option:
./configure --with-curl
[then compile and build PHP "as usual"]
> So where can I get libcurl and curl?
http://curl.haxx.se/download.html
> I do not have access to the server. I have a webpage that needs curl
> enabled, so I contacted my hosting provider and he told me to tell him how
> to do it. So I am looking for EASY instructions on how to get curl going on
> his server. If you can point me to some EASY instructions, PLEASE let me
> know!
I'm not aware of any such dops. The PHP docs for all this is found here:
http://www.php.net/manual/en/ref.curl.php
-- Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/Received on 2002-04-25