daydreamer Posted February 3, 2008 Share Posted February 3, 2008 Ive installed the WAMP package (apache, php, mysql bundle) on my vista desktop. How do I install the CURL PHP package (http://uk3.php.net/curl) ? Thanks. Link to comment https://forums.phpfreaks.com/topic/89258-how-do-you-install-curl-with-wamp/ Share on other sites More sharing options...
trq Posted February 3, 2008 Share Posted February 3, 2008 I don't use windows but as far as I'm aware all of php's extensions are built into the windows versions. All you need do is comment out or add the line... extension=curl.dll and restart apache. Link to comment https://forums.phpfreaks.com/topic/89258-how-do-you-install-curl-with-wamp/#findComment-457053 Share on other sites More sharing options...
daydreamer Posted February 3, 2008 Author Share Posted February 3, 2008 thanks... ive done that to this line: ;extension=php_curl.dll in both my php.ini and phpForApache.ini config files. When i do phpinfo(); it does not show the line CURL : Enabled. ( i did restart my servers). any ideas? Link to comment https://forums.phpfreaks.com/topic/89258-how-do-you-install-curl-with-wamp/#findComment-457055 Share on other sites More sharing options...
trq Posted February 3, 2008 Share Posted February 3, 2008 Sorry, I'm not a windows user so probably can't help much. In your phpinfo() page there should be a directive that tells you where your extensions directory is (extension_dir). Locate this, then check that php_curl.dll is within that directory. I think its your system directory on windows, but not too sure. Link to comment https://forums.phpfreaks.com/topic/89258-how-do-you-install-curl-with-wamp/#findComment-457058 Share on other sites More sharing options...
daydreamer Posted February 3, 2008 Author Share Posted February 3, 2008 Ok thanks for ur help. so what OS do you use? Got it working... for any one else having same problem... click the WAMP icon in task tray, then go to PHP > PHP Extensions > php_curl. Then restart apache. Link to comment https://forums.phpfreaks.com/topic/89258-how-do-you-install-curl-with-wamp/#findComment-457066 Share on other sites More sharing options...
trq Posted February 3, 2008 Share Posted February 3, 2008 I use Linux, Debian and Gentoo in particular. Link to comment https://forums.phpfreaks.com/topic/89258-how-do-you-install-curl-with-wamp/#findComment-457090 Share on other sites More sharing options...
TomG Posted November 16, 2009 Share Posted November 16, 2009 Thanks Daydreamer, stopped me pulling my hair out that... My version of wamp automatically restarted, looking at the options you can change anything in there without having to find & manually modify the php.ini file... Link to comment https://forums.phpfreaks.com/topic/89258-how-do-you-install-curl-with-wamp/#findComment-958760 Share on other sites More sharing options...
Mchl Posted November 16, 2009 Share Posted November 16, 2009 Be aware that curl will confilct with xdebug if you want to use both. They'll be crashing Apache constantly. Link to comment https://forums.phpfreaks.com/topic/89258-how-do-you-install-curl-with-wamp/#findComment-958777 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.