call to undefined function curl_init()
程序员文章站
2023-04-05 19:30:00
配置PHP开发环境,当运行项目的时候发现报call to undefined function curl_init()错误 解决方法如下: 1、在php.ini中找到extension=php_curl.dll,去掉前面的分号,php.ini在PHP的安装目录下; 2、在php.ini中找到exte ......
配置php开发环境,当运行项目的时候发现报call to undefined function curl_init()错误
解决方法如下:
1、在php.ini中找到extension=php_curl.dll,去掉前面的分号,php.ini在php的安装目录下;
2、在php.ini中找到extension_dir = "ext",去掉前面的;,改为extension_dir = "d:/wamp/php;-5.6.30/ext";
"d:/wamp/php;-5.6.30/ext"只是示例,表示扩展的路径
3、php_curl.dll、libeay32.dll、ssleay32.dll、php5ts.dll都拷到system32(c:\windows\system32)下面去;
4、然后重启电脑,故障解决。
如果重启之后不能解决,仍然报call to undefined function curl_init()错误,说明system32下还缺少一些dll文件,将php安装目录下的所有后缀为dll的文件都拷贝到system32目录下,重启电脑,这样一定能解决。
上一篇: 一加明年发布商用5G手机
下一篇: MAC如何使用预览工具制作手写签名
推荐阅读
-
PHP FATAL ERROR: CALL TO UNDEFINED FUNCTION BCMUL()解决办法
-
Function.prototype.apply()与Function.prototype.call()小结
-
Run-Time Check Failure #0 - The value of ESP was not properly saved across a function call错误
-
php运行出现Call to undefined function curl_init()的解决方法
-
IIS下PHP连接数据库提示mysql undefined function mysql_connect()
-
Fatal error: Call to undefined function curl_init()解决方法
-
ThinkPHP做文字水印时提示call an undefined function exif_imagetype()解决方法
-
call to undefined function curl_init()
-
jQuery中;function($,undefined) 前面的分号的用处
-
WxParse:thirdScriptError undefined;at xxx/xxx/xxx onLoad function;at api request success callback报错的解决办法