Forum Moderators: coopster

Message Too Old, No Replies

Curl Installation

How to install curl

         

James47

7:33 am on May 30, 2007 (gmt 0)

10+ Year Member



Any one help me? How to insall Curl in Windows? I am trying but still now I am not getting any satisfactory results.
Please help me?

Thank you
James

eelixduppy

12:31 pm on May 30, 2007 (gmt 0)



Welcome to WebmasterWorld, James :)

Have you taken a look at the documentation at php.net: [php.net...]

There is a quick description there on installation. Just note, since you are running windows, that:


In order to enable this module on a Windows environment, libeay32.dll and ssleay32.dll must be present in your PATH.

You don't need libcurl.dll from the cURL site [curl.haxx.se].

Also, make sure to uncomment the following line in your php.ini file:


;extension=php_curl.dll

to this:


extension=php_curl.dll

With that being done, you must restart your server for the changes to take affect.

Good luck :)

P.S. If the above doesn't help you, can you elaborate on "unsatisfactory results". Are you getting error messages, etc...