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

curl-and-php

Re: Install extension Curl with PHP on NT

From: David Withnall <withnall_at_connexus.net.au>
Date: Thu, 10 Oct 2002 11:08:18 +1000

There are 2 windows install versions of php available on the php site.
the first is the executable install.
the second is the zipped binary.

If you install php using the executable install it does not install php_curl.dll
If you then copy this dll out of the zipped binary and put it into the extensions directory it will
fail. This is because the dlls in the zipped binary are not in sync with the executable install.

To get php to work with curl, the easiest way is to run the executable install to setup all the
directories etc.
then replace all of the files in the install directory with the files of the same name from the
zipped binary. in addition to this you copy out any of the dll's you require into the extensions
directory.

Cheers
D.

On Wed, 9 Oct 2002 10:11:01 +0200, Fluteau Jerome ICM N PG U PLM A 2 wrote
> Hi all,
>
> I installed PHP with OpenSSL on NT, and I'd like to add the cURL extension.
> I read what I founded out on the Web but I didn't succeeded in installing
> this extension.
> I read that some of you have install cURL with success on NT, your help
> would be very appreciated. I continue to work on it anyway. Hope I'll find
> a solution.
>
> Regards,
>
> Jerome
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Received on 2002-10-10