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. Quote Link to comment 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. Quote Link to comment 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? Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment 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... Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.