Tuesday, November 06, 2007

CURL configuratiion on WinXP and XAMPP

In order to configure CURL on Win/XAMPP it is enough to uncomment just one line in php.ini which points to curl dll. It is also recommended to verify the extension path.
There are multiple php.ini with XAMPP1
Run phpinfo() to see which one is loaded. In my case it was "C:\xampp\apache\bin\php.ini" - there the change should be done.

Restart Apache when you have saved the php.ini changes. In some cases you might need to reboot to get Apache running again.

No comments: