Home > Backend Development > PHP Tutorial > php_curl win8 装配

php_curl win8 装配

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 11:54:13
Original
1034 people have browsed it

php_curl win8 安装
http://www.macnie.com/php_curl-dll-%E5%BA%94%E7%94%A8%E7%A8%8B%E5%BA%8F%E6%97%A0%E6%B3%95%E5%90%AF%E5%8A%A8%E5%9B%A0%E4%B8%BA%E5%BA%94%E7%94%A8%E7%A8%8B%E5%BA%8F%E7%9A%84%E5%B9%B6%E8%A1%8C%E9%85%8D%E7%BD%AE%E4%B8%8D

在windows 8 64位系统上安装 WAMP软件,运行网站时,发现CURL没有加载成功,查看Apache错误日志,提示:php_curl.dll 应用程序无法启动,因为应用程序的并行配置不正确。
经查找是64位兼容性问题。于是想,找一个64位的PHP_CURL.dll替换一下就可以了。



使用的时候,请求https页面加在window下加参数:


curl_setopt ($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, 0);

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
curl simulated login
From 1970-01-01 08:00:00
0
0
0
Convert cURL command line to PHP cURL code
From 1970-01-01 08:00:00
0
0
0
Convert command line cURL to PHP cURL
From 1970-01-01 08:00:00
0
0
0
How to set boolean value true in php curl
From 1970-01-01 08:00:00
0
0
0
Please tell me, php curl request page shows blank
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template