Home > php教程 > php手册 > body text

Solve the problem of cURL module in PHP 5.6.11!

WBOY
Release: 2016-08-10 08:49:37
Original
1402 people have browsed it

I followed the online tutorial and wrote a small example of cURL. When I executed it in the apache environment, there was no response at all. But when I put it in the IIS environment, it was ok. I feel that the problem must be with the dynamic link library because php_curl in the configuration file. The dll has been opened and is ok on iis;

I found some solutions online:

-----------------------------

Set [environment variables]: phpext, PHPRC; invalid

Put php_curl.dll under apache/bin; invalid

I checked that there are also these two libeay32.dll, <span style="color: #0000ff;"><strong>ssleay32.dll</strong></span> files in the apache/bin directory; no problem

I finally tried it, put the libssh2.dll in the current php root directory into the apache/bin directory, restarted apache, OK, finally saw the curl in phpinfo Once the module information is obtained, the program can naturally run.

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 Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template