Home > Backend Development > PHP7 > body text

How to open php7 curl

藏色散人
Release: 2023-02-17 20:38:01
Original
3545 people have browsed it

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!

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