Home > Article > Backend Development > Windows php curl installation method introduction
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.
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!