Page 1 of 1

Getting cURL to Work in XAMPP

Posted: Mon Dec 15, 2008 9:34 am
by coreman
Simple yet effective.

1. Go to xampp install directory.
2. Go to php.ini in php directory.
3. Open php.ini and find curl, uncomment the first find you see. Save and close file.

    ;extension=php_curl.dll


become to

    extension=php_curl.dll

4. Go to php.ini in apache directory or apache/bin directory.
5. Repeat Step Three.

Done.

Courtesy: CoreTemplate