Windows php curl installation method introduction

藏色散人
Release: 2023-03-04 06:46:01
Original
2374 people have browsed it

Windows php curl installation method: First copy the "php_curl.dll" and other files in the PHP folder to the system32 of the system; then add ";extension=php_curl.dll" in php.ini Remove the semicolon; finally restart the service.

Windows php curl installation method introduction

Recommended: "PHP Video Tutorial"

Installing PHP-curl extension on Windows system

Windows system

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 Windows php curl installation method introduction. 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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!