Home > Backend Development > PHP Problem > How to install curl extension in php under windows

How to install curl extension in php under windows

藏色散人
Release: 2023-03-05 18:58:01
Original
3819 people have browsed it

How to install the curl extension in PHP under Windows: 1. Copy the files php_curl.dll, libeay32.dll, and ssleay32.dll to the system32 directory; 2. Enable the php_curl.dll extension; 3. Restart the PHP service.

How to install curl extension in php under windows

Recommended: "PHP Video Tutorial"

win php installation curl extension

Windows

1. Copy the three files php_curl.dll, libeay32.dll, and ssleay32.dll in the PHP folder to C:\WINDOWS\system32 of the system;

2. Remove the semicolon from extension=php_curl.dll in php.ini;

3. Restart the service.

The above is the detailed content of How to install curl extension in php under windows. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
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