How to active curl on xampp, Apache server
How to, Others — By Script on March 29, 2009 at 7:40 amYour xampp, Apache server installation most likely already has curl support built-in. You just have to turn it on. It’s not difficult at all. That’s not necessary for Windows versions of PHP.
Find your php.ini file (probably in xampp\apache\bin\php.ini and open it in notepad or another plain text editor
search for the line that says:
;extension=php_curl.dll
remove the semicolon from the beginning of the line.
extension=php_curl.dll
Save the file and restart apache, check a phpinfo() program to see if you now have curl support listed.
In a standard xampp build, this is all you have to do. If you installed apache and PHP in another way, you might need to move some dlls to the windows\system directory.
(libeay32.dll and ssleay32.dll)
Done, Have fun !




(5 votes, average: 4.2 out of 5)
Tweet This
Share on Facebook
Digg This
Bookmark
Stumble2_03.gif)
1_03.gif)
0 Comments
You can be the first one to leave a comment.