Fatal error: Call to undefined function curl_init()解决办法

Posted jiafeng

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Fatal error: Call to undefined function curl_init()解决办法相关的知识,希望对你有一定的参考价值。

问题描述:

在Windows SERVER 2012RC 64 bit OS, php 5.6.3的环境下,搭建好了php运行环境。但是在调用

curl_init()

方法时却报错了。

检查了一下,php.ini中的 extension=php_curl.dll 前面的分号也已经去掉了,apache也重启了n多遍,还是不行。

搜了一把方法,解决起来也很简单,参考:http://php.net/manual/zh/curl.installation.php

将php目录下的3个文件:

libeay32.dll
libssh2.dll
ssleay32.dll

拷到apache\\bin目录下

然后重启apache,再看phpinfo();OK了。

以上是关于Fatal error: Call to undefined function curl_init()解决办法的主要内容,如果未能解决你的问题,请参考以下文章

Fatal error: Call to a member function read() on a non

Fatal error: Uncaught Error: Call to undefined function gzinflate()

Fatal error: Call to undefined function fnmatch() 解决

Composer环境混乱引起--Fatal error: Call to undefined method Fxp

PHP Fatal error: Call to undefined function imagettftext()

Fatal error: Call to undefined function pasterTempletDiy()