Fatal error: Call to undefined function curl_init(),该怎么解决

WBOY
Release: 2016-06-13 13:18:30
Original
916 people have browsed it

Fatal error: Call to undefined function curl_init()
这个错误怎么解决?

php.ini里
extension=php_curl.dll注释已经去掉了
网上讲的方法都试了也不行,我的是win7 64bit系统
PHP 版本是5.3.13


------解决方案--------------------
我也不清楚,只能查一查
1:终于搞定了,要把 php 的安装放进 环境变量里面才可以。
;E:\php5;E:\php5\ext;
2:大家伙,我也解决了,wamp下面的那个php.ini是加载的C:\Program Files\wamp\bin\apache\Apache2.2.11\bin\php.ini 目录下面的,不是C:\Program Files\wamp\bin\php\php5.3.0\php.ini那个啊,救命啊。
3:libeay32.dll和ssleay32.dll要复制放在system32下面 重启Apache就可以了

参考一下
------解决方案--------------------
php_curl.dll 需要 libeay32.dll、ssleay32.dll 支持库
所以需要将 libeay32.dll、ssleay32.dll 置于系统的搜索路径中

目前 php for win 并没有 x64 版本,所以你可能还需要设置 libeay32.dll、ssleay32.dll 以 x86 兼容方式运行

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template