PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Installation> <Introduction
Last updated: Fri, 18 Jul 2008

view this page in

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.



add a note add a note User Contributed Notes
Installing/Configuring
Christopher McCulloh
18-Jul-2008 11:38
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

Installation> <Introduction
Last updated: Fri, 18 Jul 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites