问题描述
我可以在WAMP伺服器中取得更多有关升级cURL的资讯。我看到 http://stackoverflow.com/questions/20323017/update-curl-in-wampserver
但可以有人给更多的解释。我有cURL 7.36.0,但需要7.41为TWILIO。
Can I get more info on upgrading the cURL in the WAMP server. I have seen http://stackoverflow.com/questions/20323017/update-curl-in-wampserver
but can some one give more explanation. I have cURL 7.36.0 but need 7.41 for TWILIO.
- 我应该下载cURL吗?
- 如何更新cURL
推荐答案
一步一步
步骤1
下载32位元:
64位下载:
第2步
解压文件(覆盖文件 - 保存备份文件以防万一失败是一个好主意)
/etx/php_curl.dll
转换为 C:\wamp\bin\php\php5.5.12\ext\\ \\
Extract File (Overwrite file - It is a good idea to keep a backup of the file in case something fails):/etx/php_curl.dll
into C:\wamp\bin\php\php5.5.12\ext\
注意: phpx.xx
可能不同(取决于您的PHP版本)
NOTE: your phpx.x.x
folder might be different (depends on your php version)
步骤3
来自WAMP控制面板的Apache
Restart Apache from WAMP Control Panel
更新
Php存档了上述链接。请在此处找到链接:
Php archived the previous links. Please, find the links here:
这篇关于在wamp中更新cURL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!