Dec

1

PHP cURL XAMPP

December 1, 2008 |

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.



Similar Posts

Comments

Name (required)

Email (required)

Website

Speak your mind

Sponsors




Links