I'm trying to enable the cURL module on my dev apache+php setup on a windows xp box. I uncommented the correct extension line in php.ini, and put the DLLs libeay32.dll and ssleay32.dll as well as php_curl.dll into every possible location where I read they should be (system folder, php root, apache bin file, etc), but when I start Apache I still get the following PHP error:

Unable to load dynamic library 'C:/PHP/ext/php_curl.dll' - The operating system cannot run %1

I successfully installed the MySQL extension when I set up the server, so I don't know why I can't get curl to work for me. Any ideas?

link|improve this question
feedback

1 Answer

Do you have php_curl.dll in your c:\php\ext\ folder?

link|improve this answer
Yup. I copied all 3 DLLs to every location I possibly thought they could belong. – MarathonStudios Dec 20 '10 at 20:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.