Home > Backend Development > PHP Tutorial > 【】使用cURL库时出现Fatal error: Call to undefined function curl_init()

【】使用cURL库时出现Fatal error: Call to undefined function curl_init()

WBOY
Release: 2016-06-13 13:38:22
Original
900 people have browsed it

【求救】使用cURL库时出现Fatal error: Call to undefined function curl_init()
使用cURL库进行curl――init()时出现如上错误,谷歌了一下子,在ext文件夹下面已经有php_curl.dll,php安装路径下面也有libeay32.dll和ssleay32.dll,C:/windows/system32里面也有这些,php.ini里面也已经修改extension=php_curl.dll,但死活还是这个,phpinfo()出来的也没有对应的curl信息,怎么办?
  php版本是5.2.3,平台是windows 7 64位……

------解决方案--------------------
先看看你的 php.ini 在哪里
------解决方案--------------------
[color=#FFFFFF].............[/color]
------解决方案--------------------
Configuration File (php.ini) Path 默认的php.ini路径
Loaded Configuration File 实际的php.ini路径
------解决方案--------------------
是配置文件的问题,没改对,改错了
是curl库的问题
是apache,php环境启动加载的问题

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