php curl擴充開啟

來源:互聯網
上載者:User
window下安裝php_curl擴充支援

1.找到php.ini

修改extension=php_curl.dll 把前面的分號去掉;
注意phpinfo()資訊中php.ini 的path

ubuntu linux 下php_curl擴充支援
1.在web伺服器目錄( Ubuntu下的通常為 /var/www )建立test.php檔案
  2.編輯檔案,鍵入下面一行代碼:phpinfo();
  3.儲存檔案
  4.開啟瀏覽器,瀏覽該網頁。(例如:http://localhost/test.php)
  5.搜尋"curl",看看是否已經安裝了curl。沒搜到的話肯定是沒裝了,要裝的請看下面。
  安裝方法很簡單,只需要一條命令。(這裡選擇直接apt-get安裝,因為比起自己編譯簡單多了,不需要自己配置什麼)
  # sudo apt-get install curl libcurl3 libcurl3-dev php5-curl
  恭喜,PHP5 cURL安裝完畢。記得重啟Apache伺服器
  # sudo /etc/init.d/apache2 restart
  如果仍然有問題,嘗試編輯你的php.ini檔案(我的是/etc/php5/apache2/php.ini),在最後加上一行:
  extension=curl.so
  儲存檔案後重啟Apache伺服器。
  • 聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.