windows下PHP中Fatal error Call to undefined function curl_init()的解決方案

來源:互聯網
上載者:User

標籤:

參考官方解決方案:http://nz.php.net/manual/en/curl.installation.php

1、php安裝目錄下的ext檔案夾下面是否有php_curl.dll檔案,然後右鍵->屬性->詳細資料,查看版本號碼是否和PHP版本一致;
2、php.ini檔案;extension=php_curl.dll前面的";"去掉
如果以上方法還不行的話,請繼續往下;
3、(如果是windows32位系統)複製 php_curl.dll, ssleay32.dll, libeay32.dll 到system32目錄下
4、複製 libssh2.dll 到 Apache24\bin 目錄下,然後重啟服務


Note: Note to Win32 Users
In order to enable this module on a Windows environment, libeay32.dll and ssleay32.dll must be present in your PATH. You don‘t need libcurl.dll from the cURL site.

I had to also also copy libssh2.dll into my Apache24 folder for this to work with my PHP 5.6.2 installation. So altogether I had to do the following:

Move to Windows\system32 folder:
libssh2.dll, php_curl.dll, ssleay32.dll, libeay32.dll

Move to Apache24\bin folder
libssh2.dll

Uncomment extension=php_curl.dll

windows下PHP中Fatal error Call to undefined function curl_init()的解決方案

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.