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.

  1. 1 Trackback(s)

  2. Apr 9, 2009: MemoVideo Final ver. « LogField

Post a Comment