Home  >  Article  >  Backend Development  >  Windows php curl installation method introduction

Windows php curl installation method introduction

藏色散人
藏色散人Original
2020-08-08 09:51:122393browse

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!

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