PHP cURL XAMPP


To install, enable PHP cURL on XAMPP is really easy. All you have to do is to edit php.ini file, there are three php.ini files in your xampp folder, they are:

C:\Program Files\xampp\apache\bin\php.ini
C:\Program Files\xampp\php\php.ini
C:\Program Files\xampp\php\php4\php.ini

You really only have to edit one, which is C:\Program Files\xampp\apache\bin\php.ini.

1. Open the file in your text editor, and search for the line: ;extension=php_curl.dll

2. Uncomment it by removing the semicolon, so it should look like: extension=php_curl.dll

3. Save the file.

4. Restart your Apache Server.

Now you have cURL enabled.

Share and Enjoy:
  • Print this article!
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Technorati
  • Twitter
  • Yahoo! Bookmarks

  1. No comments yet.
(will not be published)