Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/264.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 在wampserver中更新cURL_Php_Curl_Wampserver - Fatal编程技术网

Php 在wampserver中更新cURL

Php 在wampserver中更新cURL,php,curl,wampserver,Php,Curl,Wampserver,我的windows系统中有wampserver 2.2E,包括以下版本: PHP: 5.3.13 Apache: 2.2.22 cURL: 7.24 PHP:5.3.13 Apache:2.2.22 卷曲度:7.24 我必须访问sharepoint的一些文件。当我访问该文件时,出现以下错误: HTTP/1/1 401: unauthorised HTTP/1/1401:未经授权 当我搜索时,我发现升级新版本的cURL可以解决这个问题。但是,如何升级此扩展?非常感谢您的帮助……下载更新的PHP版本

我的windows系统中有wampserver 2.2E,包括以下版本:

PHP: 5.3.13 Apache: 2.2.22 cURL: 7.24 PHP:5.3.13 Apache:2.2.22 卷曲度:7.24 我必须访问sharepoint的一些文件。当我访问该文件时,出现以下错误:

HTTP/1/1 401: unauthorised HTTP/1/1401:未经授权
当我搜索时,我发现升级新版本的cURL可以解决这个问题。但是,如何升级此扩展?非常感谢您的帮助……

下载更新的PHP版本,从ext文件夹中获取PHP_curl.dll并替换它(备份后)

我是否需要更改PHP.ini文件中的任何内容?如果它在同一目录中的名称相同?不,只需重新启动wamp/apache服务器。