php執行出現Call to undefined function curl_init()
裝好PHP後,執行類似$ch = curl_init();這樣的語句,出現Call to undefined function curl_init()的錯誤提示。
解決方法如下:
1、在php.ini中找到extension=php_curl.dll,去掉前面的,php.ini一般在c:windows下面。
2、在php.ini中找到extension_dir = "ext",去掉前面的;,改為extension_dir = "C:php5ext"。
"C:php5ext"只是示例,即擴充套件指向的路徑要對
3、php_curl.dll、libeay32.dll、ssleay32.dll、php5ts.dll都拷到system32下面去。
4、然後重啟IIS。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69957453/viewspace-2754402/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- PHP報錯:Call to undefined function curl_init()PHPUndefinedFunction
- Call to undefined function mysqli_init()UndefinedFunctionMySql
- centos PHP7 yii2 報錯 Call to undefined function yii\\helpers\\mb_strlen()CentOSPHPUndefinedFunction
- 解決:ThinkPHP 下載專案提示“Call to undefined function captcha_src()”問題PHPUndefinedFunctionAPT
- 易優CMS致命錯誤,聯絡技術支援:Call to undefined function eyPreventShell()-eyoucmsUndefinedFunction
- zblogphp提示“ Call to undefined function openssl_pkey_get_public()”的原因和解決辦法PHPUndefinedFunction
- 實現call函式,手寫Function.prototype.call函式函式Function
- Function.prototype.callFunction
- 【Azure Function App】Azure Function 從.Net6 升級到 .Net8 後 Function出現執行時版本錯誤FunctionAPP
- 執行 valet 提示 sudo 問題和 undefined function Valet\collect () 錯誤的解決辦法UndefinedFunction
- 02 #### `__call__` ,物件(),自動執行call 方法物件
- Elasticsearch報Call to undefined xx makeAllSearchable()錯誤ElasticsearchUndefined
- php 實現golang defer延遲執行(先進後出)PHPGolang
- 織夢搜尋報錯undefined function TypeGetSunIDUndefinedFunction
- Function.prototype.call.apply作用詳解FunctionAPP
- ThinkPHP函式提示錯誤function undefined的方法PHP函式FunctionUndefined
- 對於 Function.call()的深入理解Function
- 呼叫JavaCalls::call()方法來執行Java方法Java
- PHP程式報錯:PHP Notice: Undefined index: XX inPHPUndefinedIndex
- PHP 執行模式PHP模式
- PHP執行sqlPHPSQL
- PHP執行模式PHP模式
- PHP定時執行任務的實現PHP
- 執行專案報錯Cannot read property 'styles' of undefinedUndefined
- php 魔術方法 __callPHP
- Jmeter執行後出現亂碼JMeter
- 利用環境變數LD_PRELOAD來繞過php disable_function執行系統命令變數PHPFunction
- gitbash PHP執行輸出中文亂編解決方式GitPHP
- polarphp 0.0.1 alpha 釋出:全新 PHP 執行時環境PHP
- 理解call和實現call
- win10執行戰地3彈出directx function報錯的解決方法Win10Function
- JS學習筆記:JS 的function( window, undefined ) {}(window)寫法JS筆記FunctionUndefined
- 如何分析SAP UI5應用的undefined is not a function錯誤UIUndefinedFunction
- php 核心探祕之 PHP_FUNCTION 巨集PHPFunction
- 【Azure Function App】Python Function呼叫Powershell指令碼在Azure上執行失敗的案例FunctionAPPPython指令碼
- PHP的多樣化執行方式(parallel PHP多執行緒實現,原生協程實現,多程序實現,ZTS、NTS、TS又是什麼)PHPParallel執行緒
- PHP執行耗時指令碼實時輸出內容PHP指令碼
- php實現自動化執行環境檢測PHP