如何在wamp服务器WIN XP上安装PHPcurl扩展?

发布于 2024-11-16 15:07:09 字数 578 浏览 3 评论 0 原文

我有 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 服务器和数据库是否会出错?

I have WAMP SERVER,PHP 5.3.0 and Apache server 2.2.11 I want to download a suitable CURL lib version for it
I studied the sites and found that this installation will not be easy it may not work if the version is not suitable please help me with details also I found here:

http://in.answers.yahoo.com/question/index?qid=20090827212635AAWBwZj

http://www.ozzu.com/programming-forum/curl-issue-for-wamp-server-t100949.html

but I'm not sure to get the perfect result cause my version is different

also I have another problem if I can not install it in a good way will my wamp server and databases go wrong or not?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

半衬遮猫 2024-11-23 15:07:09

你正在运行 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/

鹿港巷口少年归 2024-11-23 15:07:09

打开 php.ini 文件并找到这一行

;扩展名=php_curl.dll

删除;

扩展名=php_curl.dll

保存文件
...
仍然存在问题
然后检查这个文件

php_curl.dll

{wamp}\bin\php\php5.xx\ext\

如果不存在,则从互联网下载它并将其粘贴到那里

重新启动 Apache。

open php.ini file and find this line

;extension=php_curl.dll

remove ;

extension=php_curl.dll

save file
...
still problem exists
then check for this file

php_curl.dll

in

{wamp}\bin\php\php5.x.x\ext\

if it's not there than download it from internet and paste it to there

Restart Apache.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文