Home > Backend Development > PHP Tutorial > Apache PHP开启 curl

Apache PHP开启 curl

WBOY
Release: 2016-06-23 14:31:22
Original
948 people have browsed it

1.COPY php_curl.dll 到 PHP5 ext 目录

 

2.COPY  ssleay32.dll 、libeay32.dll 到 windows\system32目录

 

3.修改PHP.INI文件,增加一行  extension=php_curl.dll 

 

记录一下,免得忘记了 

 

所需DLL在附件中  /Files/relax/php_curl.7z

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