简体   繁体   English

如何在wamp上启用curl扩展?

[英]How to enable curl extension on wamp?

I am using appache2.2.22 and php5.3.13. 我正在使用appache2.2.22和php5.3.13。 I tried removing comment on curl_extension on php.ini file.But no change that curl is not enabled.I stucks with that for some days.How can i enable this? 我尝试在php.ini文件上删除对curl_extension的评论。但没有改变卷曲没有启用。我坚持了几天。我怎么能启用它?

If its Wamp Server, left click on Wamp Server icon from system tray -> click PHP -> PHP Extensions -> click php_curl. 如果是Wamp Server,左键单击系统托盘中的Wamp Server图标 - >单击PHP - > PHP Extensions - >单击php_curl。

Wamp will then restart it's self. 然后,Wamp将重启它自己。 After it restarts check it is ticked. 重新启动后检查它是否已勾选。

This is a known problem with cURL in php 5.3.13 in the 64 bit version. 这是64位版本中php 5.3.13中cURL的已知问题。

Fortunately, there is a fix which you can download here: http://www.anindya.com/php-5-4-3-and-php-5-3-13-x64-64-bit-for-windows/ (download the Fixed curl version) 幸运的是,您可以在此处下载修复程序: http//www.anindya.com/php-5-4-3-and-php-5-3-13-x64-64-bit-for-windows/ (下载固定卷曲版)

Glad you can stop losing time with this annoying problem :) 很高兴你可以用这个烦人的问题来停止浪费时间:)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM