Home >Backend Development >PHP7 >How to open php7 curl

How to open php7 curl

藏色散人
藏色散人Original
2021-03-15 10:10:423574browse

php7 How to open curl: First, search for "extension=curl" in php.ini; then remove the semicolon in front of it; then find the libssh2.dll file in the corresponding php directory; finally copy it to the corresponding apache bin folder.

How to open php7 curl

The operating environment of this article: windows7 system, PHP7.0 version, DELL G3 computer

Open php7.0 or above in the windows environment Curl method

In php.ini, search for extension=curl and remove the semicolon in front of it after finding it

Find the libssh2.dll file in the corresponding php directory and copy it to the corresponding In the bin folder of apache, restart after

to solve the problem that the curl module cannot be loaded.

Recommended tutorial: "PHP7"

The above is the detailed content of How to open php7 curl. 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