Home > php教程 > php手册 > WAMP环境下安装配置PHP Curl方法详解

WAMP环境下安装配置PHP Curl方法详解

WBOY
Release: 2016-06-13 10:10:53
Original
1460 people have browsed it

在php 中Curl模块是没有打开的,如果我们需要打开需要简单的配置一下,下面我来介绍在WAMP环境下安装配置PHP Curl方法,各位同学可参考。

 

1, 复制PHP目录下的libeay32.dll, ssleay32.dll两个文件至WINDOWS/SYSTEM32目录下;

2,修改PHP.INI文件中的extension=php_curl.dll, 去掉前面的注释(即把冒号去掉);

3,重启wamp服务.

source:php.cn
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template