Enabling cURL with PHP/Apache is quite simple if you are using XAMPP.
Go to xampp\apache\bin\php.ini and remove the ";" from the beginning of this line (line 582 currently):
;extension=php_curl.dll
Then just restart apache.
You can get XAMPP from http://www.apachefriends.org/en/index.html
Installing/Configuring
Table of Contents
Requirements
In order to use PHP's cURL functions you need to install the » libcurl package. PHP requires that you use libcurl 7.0.2-beta or higher. In PHP 4.2.3, you will need libcurl version 7.9.0 or higher. From PHP 4.3.0, you will need a libcurl version that's 7.9.8 or higher. PHP 5.0.0 requires a libcurl version 7.10.5 or greater.
Installing/Configuring
Christopher McCulloh
18-Jul-2008 11:38
18-Jul-2008 11:38
