Update cURL in wampserver

孤者浪人 提交于 2019-12-13 06:04:26

问题


I have wampserver 2.2E in my windows system which includes below version:

PHP: 5.3.13
Apache: 2.2.22
cURL: 7.24

I have to access some file of sharepoint. When I access that file, I got below error:

HTTP/1/1 401: unauthorised

When I searched, I found that upgrading newer version of cURL can fix this issue. But, how to upgrade this extension? Any help would be highly appreciated...


回答1:


Download newer PHP version and get the php_curl.dll from the ext folder and replace it (after taking backup) http://windows.php.net/download/



来源:https://stackoverflow.com/questions/20323017/update-curl-in-wampserver

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