Marchingknight11 Posted March 11, 2010 Share Posted March 11, 2010 Hey guys I need help getting curl to work in wamp. I have wamp up and running and I can serve files fine, but anything that uses curl gets a "Call to undefined function curl_init()" error. I followed the tutorial at http://techsporting.blogspot.com/2009/03/install-curl-for-wamp-in-windows.html and it did not help. when I run phpinfo(); curl is not listed anywhere on the page. I need this installed as soon as possible. please help. Thanks Link to comment https://forums.phpfreaks.com/topic/194915-install-curl-with-wamp/ Share on other sites More sharing options...
Marchingknight11 Posted March 11, 2010 Author Share Posted March 11, 2010 does anyone know how to do this? it's really important that i get this installed Link to comment https://forums.phpfreaks.com/topic/194915-install-curl-with-wamp/#findComment-1024857 Share on other sites More sharing options...
TeddyKiller Posted March 11, 2010 Share Posted March 11, 2010 This isn't PHP related. Post it in the right section. Link to comment https://forums.phpfreaks.com/topic/194915-install-curl-with-wamp/#findComment-1024859 Share on other sites More sharing options...
MatthewJ Posted March 11, 2010 Share Posted March 11, 2010 Open your php.ini and uncomment (remove the semicolon) this line extension=php_curl.dll Then when you run phpinfo() make sure the loaded ini file is the one you changed Link to comment https://forums.phpfreaks.com/topic/194915-install-curl-with-wamp/#findComment-1024861 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.