如何在wamp服务器WIN XP上安装PHPcurl扩展?
我有 WAMP SERVER、PHP 5.3.0 和 Apache server 2.2.11 我想为其下载合适的 CURL lib 版本 我研究了这些网站,发现这个安装并不容易,如果版本不合适,它可能无法工作,请帮助我提供详细信息,我也在这里找到:
http://in.answers.yahoo.com/question/index?qid=20090827212635AAWBwZj
http://www.ozzu.com/programming-forum/curl-issue-for-wamp-server-t100949.html
但我不确定能否得到完美的结果,因为我的版本不同
,我还有另一个问题,如果我不能以良好的方式安装它,我的 wamp 服务器和数据库是否会出错?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你正在运行 WAMPSERVER 吗?如果没有,如果您不想错过当前的 WAMP 环境,我建议您这样做——它附带了 CURL 以及许多其他有用的功能。
在这里查看:http://www.wampserver.com/en/
Are you running WAMPSERVER? If not, I would recommend doing so if you wouldn't miss your current WAMP environment -- it comes with CURL along with many other useful features.
Check it out here: http://www.wampserver.com/en/
打开 php.ini 文件并找到这一行
删除;
保存文件
...
仍然存在问题
然后检查这个文件
中
如果不存在,则从互联网下载它并将其粘贴到那里
重新启动 Apache。
open php.ini file and find this line
remove ;
save file
...
still problem exists
then check for this file
in
if it's not there than download it from internet and paste it to there
Restart Apache.