Jump to content

Installing Curl on Windows PHP 5.2.4


Recommended Posts

Hi,

 

I am running php on a sambar server and have been successfully for a while now. I have spent all day trying to install CURL to no avail and was wondering if someone could help.

 

I can see in my extensions folder that I have php_curl.dll, I went to my php.ini file (the location that the php_info() outputs) and couldn't find the extension so I created it (extension=php_curl.dll).

 

When I then restart the server and load the php_info again there is no mention of curl.

 

Any ideas?

 

 

Link to comment
https://forums.phpfreaks.com/topic/107090-installing-curl-on-windows-php-524/
Share on other sites

  • 2 weeks later...

php_curl.dll requires two external libraries which are libeay32.dll and ssleay32.dll. These two file should be present in the root of your PHP installation folder. If your PHP folder is added to the PATH correctly then the curl extension should load without any problems.

 

Also ensure your have setup the extension_dir directive to point to your PHP extension folder, eg extension_dir="C:/php/ext"

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.