cURL
Date: 03/15/06
(PHP Community) Keywords: php
The cURL extension doesn't want to install for me - I have php 4.3.9 and the default php_curl.dll didn't want to run when I uncommented it in php.ini. It gave me:
"(null): Unable to initialize module Module compiled with module API=20040412, debug=0, thread-safety=1 PHP compiled with module API=20020429, debug=0, thread-safety=1 These options need to match"
When I download version 0.9.8.1 of php_curl, I get:
"Unable to load dynamic library './ext\php_curl.dll' - The specified procedure could not be found.".
I'm not really sure where to go from here. I've tried all sorts of combinations of libeay32.dll and ssleay32.dll in the system32 and PHP directories, both with the version that came with PHP 4.3.9 and the 0.9.8.1 one.
Nevermind. I re-downloaded PHP 4.3.9 and apparently I had a different php_curl.dll.
Source: http://community.livejournal.com/php/425000.html