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
3940 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:
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