How to enable cURL in PHP / XAMPP

Fero picture Fero · Aug 28, 2009 · Viewed 432.1k times · Source

How do I enable cURL in PHP?

​​

Answer

Phil picture Phil · Aug 28, 2009

On Debian with Apache 2:

apt-get install php5-curl
/etc/init.d/apache2 restart

(php4-curl if it's php4)