How to enable cURL in PHP / XAMPP

后端 未结 18 1620
难免孤独
难免孤独 2020-11-22 15:28

How do I enable cURL in PHP?

​​

18条回答
  •  南笙
    南笙 (楼主)
    2020-11-22 15:54

    For Ubuntu (and probably all Debian-Based) Linux Distributions:

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

    You might have seen PHP Fatal error: Call to undefined function curl_init() before.

提交回复
热议问题