Home > Backend Development > PHP Tutorial > Fatal error: Call to undefined function curl_init()如何解决

Fatal error: Call to undefined function curl_init()如何解决

WBOY
Release: 2016-06-23 14:28:18
Original
1298 people have browsed it

Fatal error: Call to undefined function curl_init()一直报这个错,网上查了多种方法都不中
环境:windows7 64位
php为集成环境wamp  php:5.3.13  apache:2.2.22

已使用方法:
1.在httpd.conf里面最后一行加入
LoadFile d:/wamp/bin/php/php5.3.13/ssleay32.dll
LoadFile d:/wamp/bin/php/php5.3.13/libeay32.dll
LoadFile d:/wamp/bin/php/php5.3.13/php5ts.dll

2.将ssleay32.dll  libeay32.dll  php_curl.dll拷入windows system32  syswow64三个文件夹都不行

已知 extension=php_curl.dl已经注释
extension_dir目录正确


回复讨论(解决方案)

你下的 wamp 是32位的还是64位的?

你下的 wamp 是32位的还是64位的?

64位的

有木有知道的

有木有知道的

1、php 开发组织从未提供过 window 下 64位 的版本。使用第三方编译的 php 需自行保证可靠性
2、按 #2 的说法:wamp 是64位 的
那么你摆弄 ssleay32.dll、libeay32.dll 干什么?
64位的应用程序需要64位的动态库

重装 2.2d版本

同样的问题困扰我一周了 用过网上各种方法 没解决
不知lz你解决没有

LZ你解决了没,困扰我一天了

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