對「呼叫未定義的函數curl_init()」進行故障排除?
問題:
整合授權時。 net支付網關,開發者遇到錯誤「Call to undefined function curl_init()」。
解決方法:
Windows:
刪除以下行中的分號 (;):
;extension=php_curl.dll
Ubuntu 13.0 及更高版本:
捆綁包:
安裝php-curl:sudo apt-get install php-curl
或
重新啟動Apache:
sudo apt-get install php5-curl
sudo apt-get install php5.6-curl
sudo service apache2 restart
以上是如何修復「呼叫未定義的函數curl_init()」?的詳細內容。更多資訊請關注PHP中文網其他相關文章!