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?