我已經在他的php.ini
文件夾中啓用了cURL擴展,我已經將PHP文件夾中的多個dll文件複製到Apache Bin文件夾和System 32文件夾中,但cURL仍然不是在我的系統上啓用。在php.ini中啓用cURL,但仍然無法正常工作
,我看了所有的解決方案:
How to enable cURL in PHP/XAMPP http://php.net/manual/en/curl.installation.php http://php.net/manual/en/curl.installation.php#115953 http://php.net/manual/en/curl.installation.php#117372
我知道這是因爲我仍然看到以下錯誤:
Fatal error: Call to undefined function curl_init() in C:\AMP\sites\ftp-crawl\index.php on line 55
當我僅運行phpinfo()
,沒有cUrl選項。唯一提及cURL的是module authors
,其值爲cURL: Sterling Hughes
我正在運行一個安裝了PHP,MySQL和Apache的Windows 10開發人員計算機。
我還需要做什麼或檢查以啓用捲曲?
你重啓了服務器嗎?你正在使用wamp ya xamp? –
@MahaDev我不使用xamp,我使用Apache和PHP的乾淨安裝。我嘗試了多次重新啓動服務器。 –
http://stackoverflow.com/questions/12076641/call-to-undefined-function-curl-init-with-wamp –