2012-02-15 84 views
0

我下載並提取了Google Api for PHP並嘗試從Google Analytics檢索數據。在PHP中捲曲 - Google Analytics Api

當我安裝谷歌API,我承認我必須安裝擴展名'CURL'。

我犯了一個關於它的研究,我在php.ini中的激活和安裝所需的DLL

儘管這一切我犯規的作品。

我把下面 enter image description here

錯誤實際上有一個名爲「apiClient.php」文件,並在apiClient.php有一些檢查捲曲的幾行被激活。

if (! function_exists('curl_init')) { 
    throw new Exception('Google PHP API Client requires the CURL PHP extension'); 
} 

有什麼我想念的嗎?問題是什麼 ?我如何激活CURL?

回答

2

重新啓動apache是​​解決方案:)