worth2talk Posted July 24, 2008 Share Posted July 24, 2008 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.