Forum Moderators: coopster
Vista with IIS7
PHP 5.2.0
Tried the following things:
1) Put copies of libeay32.dll and ssleay32.dll into windows/system32
2) Uncommented extension=php_curl.dll in php.ini
3) Declared PHP path and PHP/ext path in System Env variables
4) Verified IUSR has permissions to read/exec all DLLs.
5) Restared computer repeatedly.
I get standard "Fatal error: Call to undefined function curl_init()" when I try to run curl, and there is no mention on curl in phpinfo().
Any ideas?
when you see phpinfo() output on the very first block you see --with--*** kinda information try to see if you have this for cURL there, that will show you whether you php installation attempted to enable cURL while installation or not, if it is missing then (in linux you need to recompile) for windows I think you have to download the latest version making sure it has cURL support and reinstall it from scratch.
If I'm not mistaken, I believe the windows binary has the extension already "installed" and you just have to enable it in php.ini. If this isn't the case, take a quick read of the installation procedures as you've likely missed something: [curl.haxx.se...]
Good luck! :)