Update cURL in wamp

只愿长相守 提交于 2019-12-12 06:12:25

问题


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.

  1. which cURL should I download?
  2. How to update the cURL

回答1:


Step by Step

Step 1

Download for 32-bit: http://windows.php.net/downloads/releases/php-5.6.7-Win32-VC11-x86.zip Download for 64-bit: http://windows.php.net/downloads/releases/php-5.6.7-Win32-VC11-x64.zip

Step 2

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\

NOTE: your phpx.x.x folder might be different (depends on your php version)

Step 3

Restart Apache from WAMP Control Panel

Update

Php archived the previous links. Please, find the links here:

http://museum.php.net/php5/



来源:https://stackoverflow.com/questions/29220965/update-curl-in-wamp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!