Home  >  Article  >  Backend Development  >  Fatal error: Call to undefined function curl_init()怎么解决

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

WBOY
WBOYOriginal
2016-06-13 11:16:031017browse

Fatal error: Call to undefined function curl_init()如何解决
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目录正确


------解决方案--------------------
重装 2.2d版本
Statement:
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