wellmoon Posted November 29, 2007 Share Posted November 29, 2007 Hi all, I am using PHP 5 and apache 2.2 and both are installed and set up correctly. phpinfo() works as do other minor bits of code that I've written (mainly for AJAX stuff so opening files and passing back the contents or database stuff) I installed PHP with the windows installer. Now I want to use curl but I can't seem to get it to work. php.ini does not even have the commented out ;extension=php_curl.dll for me to uncomment but I have tried adding it, but this hasn't helped. php_curl.dll is in my PHP/ext folder and I've put the two other dlls mentioned on the curl site in my windows/system32 folder as well but still nothing. Do I need to compile PHP with curl support built in (I hope not) Please can someone assist, it's like all of the install guides on the net were written for PHP 4 or something... Cheers Link to comment https://forums.phpfreaks.com/topic/79454-solved-curl-help/ Share on other sites More sharing options...
wellmoon Posted November 29, 2007 Author Share Posted November 29, 2007 sorry, I got it now. Not sure what the problem was really, just kept moving things about and now it's good! Link to comment https://forums.phpfreaks.com/topic/79454-solved-curl-help/#findComment-402311 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.