Jump to content

Problem with installing CURL with PHP


Recommended Posts

Hi, i was encouraged to post this issue at this forum to get help form you experts after struggling and googling for two days to resolve this issue. Well, i want to activate curl with php. The changes i made in php.ini file are as below:

 

1. extension_dir = "C:\php\ext"  --- This is where php_curl.dll located

2. remove comment to enable curl extension i.e.  extension=php_curl.dll

 

- Copied libeay32.dll and ssleay32.dll to C:\WINDOWS\system32

 

Restart the Apache server. It is giving me following error message

 

"PHP Startup: Unable to load dynamic library 'C:\php\ext\php_curl.dll - the specified module could not be found"

 

I dont understand why is it giving me this message as php_curl.dll is already present in C:\php\ext directory.

 

Can anyone guide me what to do ?

 

Your early response will be highly appreciated. Thanks in advance.

Link to comment
https://forums.phpfreaks.com/topic/116347-problem-with-installing-curl-with-php/
Share on other sites

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.