How to enable cURL in PHP / XAMPP Ask Question

How to enable cURL in PHP / XAMPP Ask Question

How do I enable cURL in PHP?

​​

ベストアンサー1

On Debian with Apache 2:

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

(php4-curl if it's php4)

おすすめ記事