Home > Backend Development > PHP Tutorial > Detailed explanation of how to install and configure PHP Curl in WAMP environment_PHP tutorial

Detailed explanation of how to install and configure PHP Curl in WAMP environment_PHP tutorial

WBOY
Release: 2016-07-13 17:08:29
Original
950 people have browsed it

The Curl module is not opened in PHP. If we need to open it, we need to simply configure it. Now I will introduce the method of installing and configuring PHP Curl in the WAMP environment. Students can refer to it.

1. Copy the two files libeay32.dll and ssleay32.dll in the PHP directory to the WINDOWS/SYSTEM32 directory;

2. Modify extension=php_curl.dll in the PHP.INI file and remove the previous comment (that is, remove the colon);

3. Restart the wamp service.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/629825.htmlTechArticleThe Curl module is not opened in php. If we need to open it, we need to simply configure it. I will introduce it below. Students can refer to the method of installing and configuring PHP Curl in WAMP environment. ...
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 Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template