Home  >  Article  >  Backend Development  >  ZenCart装配时出现"PHP中没有编译CURL

ZenCart装配时出现"PHP中没有编译CURL

WBOY
WBOYOriginal
2016-06-13 11:02:541126browse

ZenCart安装时出现"PHP中没有编译CURL

关于ZenCart安装时出现"PHP中没有编译CURL - 请联系主机商。 "的解决方法。

?

按下面的步骤操作可解决所有curl问题

版本:php5.05
已经内置有php_curl.dll,在ext目录下,此DLL用于支持SSL和zlib.
在php.ini中找到有extension=php_curl.dll, 去掉前面的注释.
设置extension_dir=c:\php\ext, 刷新PHP页面时报错, 说找不到模块php_curl.dll.
拷贝php_curl.dll 到windows\system32,还是同样的错.
在网上找了一下,需要将:
libeay32.dll, ssleay32.dll, php5ts.dll, php_curl.dll
都拷贝到system32目录下,重启apache即可.
PHP ZLIB 压缩支持 = ON
修改php.ini output_buffering = On
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
Previous article:PHP保险的学习笔记Next article:PHP的url传值学习札记