Jump to content

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"

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.