Jun 07

How to enable cURL in PHP for Windows

I’m using Windows Vista and Windows XP. Enabling cURL (Client URL Library) of PHP is really easy and is a matter of uncommenting something only.

Open your php.ini. I use XAMPP for development, XAMPP’s php.ini can be found in C:\xampp\apache\bin\php.ini. You can probably find your copy lurking around there if you use XAMPP.

Do a search of ‘curl’ in the php.ini, there’s probably only one.

extension=php_curl.dll

Uncomment it.

Possibly related:

  1. Some problems with XAMPP 1.7.0 and Windows 7
  2. How to set up VirtualHost in XAMPP for Windows
  3. How to use sendmail in XAMPP for Windows
  4. How to use sendmail in XAMPP for Windows using AOL Mail

No comments yet. Leave yours here.


WordPress powered and Django inspired.
Love and elephants come after.
RSS: Posts and comments.