Call to undefined function curl_init(),undefinedcurl_init_PHP教程

WBOY
Release: 2016-07-13 10:09:41
Original
706 people have browsed it

Call to undefined function curl_init(), undefinedcurl_init

Solution to running PHP that does not support curl_init():

1. Modify php.ini and remove the semicolon in front of ;extension=php_curl.dll (and check whether the extension’s reference path is correct)
2. Copy libeay32.dll, ssleay32.dll (E:ampphp, PHP installation directory) two files to the System32 (64-bit machine is SysWOW64) directory
3. Restart Apache

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/944440.htmlTechArticleCall to undefined function curl_init(), undefinedcurl_init Solution to running PHP that does not support curl_init(): 1. Modify php .ini, remove the semicolon in front of ;extension=php_curl.dll (at the same time...
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!